Browse Source

remove console

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
919a841318
1 changed files with 1 additions and 1 deletions
  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(
   const loadCollections = collections.filter(
     c => c._status !== LOADING_STATE.UNLOADED
     c => c._status !== LOADING_STATE.UNLOADED
   );
   );
-  console.log('loadCollections', loadCollections);
+
   const onRelease = () => {
   const onRelease = () => {
     openSnackBar(
     openSnackBar(
       successTrans('release', { name: collectionTrans('collection') })
       successTrans('release', { name: collectionTrans('collection') })