Skip to content

Commit

Permalink
fix() - remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vnglst committed Feb 9, 2020
1 parent 0ca76f9 commit 62d9066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redux/middleware-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const storageMiddleware: Middleware = ({ getState }) => (
case NEW_GAME:
case RESET:
case ADD_ANSWER: {
console.log("storing state", nextState);
storeState(nextState);
return result;
}
Expand Down

0 comments on commit 62d9066

Please sign in to comment.