소스 검색

remove console

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 년 전
부모
커밋
919a841318
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/src/pages/overview/Overview.tsx

+ 1 - 1
client/src/pages/overview/Overview.tsx

@@ -154,7 +154,7 @@ const Overview = () => {
   const loadCollections = collections.filter(
     c => c._status !== LOADING_STATE.UNLOADED
   );
-  console.log('loadCollections', loadCollections);
+
   const onRelease = () => {
     openSnackBar(
       successTrans('release', { name: collectionTrans('collection') })