Sfoglia il codice sorgente

80785 delete console

SULLEY\ryo-h 4 anni fa
parent
commit
3b4e99c672
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/app/src/components/SearchPage.jsx

+ 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 });
   }