瀏覽代碼

80785 delete console

SULLEY\ryo-h 4 年之前
父節點
當前提交
3b4e99c672
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 });
   }