Skip to content

Commit a87896d

Browse files
committed
Whoops, middleware test removed
1 parent c0ea391 commit a87896d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/counter/src/store/configureStore.dev.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ import rootReducer from '../reducers';
55
import DevTools from '../containers/DevTools';
66

77
const finalCreateStore = compose(
8-
applyMiddleware(thunk, () => next => action => {
9-
console.log(action);
10-
return next(action);
11-
}),
8+
applyMiddleware(thunk),
129
DevTools.instrument(),
1310
persistState(
1411
window.location.href.match(

0 commit comments

Comments
 (0)