浏览代码

other: 去除debug添加的信息

ZhaoJun 1 年之前
父节点
当前提交
430d593cbb
共有 1 个文件被更改,包括 0 次插入1 次删除
  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);
     }