소스 검색

Remove log

poeti8 7 년 전
부모
커밋
3e9de2a463
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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() {