Skip to content

Commit

Permalink
Remove unhelpful console.log from server side store configuration module
Browse files Browse the repository at this point in the history
  • Loading branch information
GordyD committed May 23, 2016
1 parent 4fe9132 commit 953a597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion universal/store/configureStore.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import pulseApp from '../reducers';
import DevTools from '../containers/devTools';

export default (req, initialState) => {
console.log('Server router!');
const rootReducer = combineReducers({
routing: routerReducer,
pulseApp
Expand Down

0 comments on commit 953a597

Please sign in to comment.