zahmis 5 лет назад
Родитель
Сommit
bf96a02182
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/client/js/components/PageTimeline.jsx

+ 0 - 4
src/client/js/components/PageTimeline.jsx

@@ -25,10 +25,6 @@ class PageTimeline extends React.Component {
       // TODO: remove after when timeline is implemented with React and inject data with props
       pages: this.props.pages,
     };
-    console.log('constructor');
-    console.log(this.state.activePage);
-    console.log(this.state.totalPageItems);
-    console.log(this.state.limit);
 
     this.handlePage = this.handlePage.bind(this);
   }