Skip to content

Commit

Permalink
Whoops, middleware test removed
Browse files Browse the repository at this point in the history
  • Loading branch information
YoruNoHikage committed Jan 11, 2016
1 parent c0ea391 commit a87896d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/counter/src/store/configureStore.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import rootReducer from '../reducers';
import DevTools from '../containers/DevTools';

const finalCreateStore = compose(
applyMiddleware(thunk, () => next => action => {
console.log(action);
return next(action);
}),
applyMiddleware(thunk),
DevTools.instrument(),
persistState(
window.location.href.match(
Expand Down

0 comments on commit a87896d

Please sign in to comment.