Kaynağa Gözat

other: 去除debug添加的信息

ZhaoJun 1 yıl önce
ebeveyn
işleme
430d593cbb
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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);
     }