Skip to content

Commit

Permalink
remove store subscribe statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rupav committed May 8, 2018
1 parent 689da58 commit 9bec871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions candis/app/client/app/Store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ const middlewares = [

const middleware = applyMiddleware(...middlewares)
const store = createStore(reducer, middleware)
store.subscribe(() => {
console.log(store.getState())
})

export default store

0 comments on commit 9bec871

Please sign in to comment.