Browse Source

80783 delete console

SULLEY\ryo-h 4 năm trước cách đây
mục cha
commit
d7c8fc2eb5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/components/SearchPage.jsx

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

@@ -203,7 +203,6 @@ class SearchPage extends React.Component {
   }
 
   renderSearchResultList = () => {
-    console.log(this.state.selectedPages);
     return (
       <SearchResultList
         pages={this.state.searchedPages || []}