2
0
SULLEY\ryo-h 4 жил өмнө
parent
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 });
   }