Sfoglia il codice sorgente

other: 去除debug添加的信息

ZhaoJun 1 anno fa
parent
commit
430d593cbb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
     }