Prechádzať zdrojové kódy

80785 delete console

SULLEY\ryo-h 4 rokov pred
rodič
commit
3b4e99c672

+ 0 - 1
packages/app/src/components/SearchPage.jsx

@@ -198,7 +198,6 @@ class SearchPage extends React.Component {
 
   updateCheckboxState = () => {
     const currentCheckboxState = this.getCheckboxType(this.state.selectedPages.size);
-    console.log(currentCheckboxState);
     this.setState({ checkboxState: currentCheckboxState });
   }