Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 96a92ab

Browse files
committed
🔪 Remove redux logger.
1 parent e3857dc commit 96a92ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const initializeStore = () => {
3131
reducer,
3232
window.__REDUX_DEVTOOLS_EXTENSION__ &&
3333
window.__REDUX_DEVTOOLS_EXTENSION__(),
34-
applyMiddleware(thunk, logger)
34+
applyMiddleware(thunk)
3535
);
3636

3737
// TODO - Protect this under a debug mode?

0 commit comments

Comments
 (0)