소스 검색

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);
     }