Browse Source

other: 去除debug添加的信息

ZhaoJun 1 year ago
parent
commit
430d593cbb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pages/List/List.js

+ 0 - 1
src/pages/List/List.js

@@ -142,7 +142,6 @@ function List(props) {
   }, []);
 
   const changeVersion = item => {
-    console.log('***', item)
     if (typeof item == 'object') {
       localStorage.excelItem = JSON.stringify(item);
     }