Răsfoiți Sursa

delete console.log

zahmis 5 ani în urmă
părinte
comite
bf96a02182
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  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);
   }