Browse Source

Remove log

poeti8 7 years ago
parent
commit
3e9de2a463
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/with-redux-store.js

+ 0 - 1
client/with-redux-store.js

@@ -42,7 +42,6 @@ export default App =>
     constructor(props) {
       super(props);
       this.reduxStore = getOrCreateStore(props.initialReduxState);
-      console.log('test');
     }
 
     render() {