소스 검색

移除console

zhengnaiwen_citu 6 달 전
부모
커밋
bf6eaa1159
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/update.js

+ 0 - 1
src/update.js

@@ -22,7 +22,6 @@ async function extractNewScripts (url) {
  */
 async function needUpdate () {
   const scripts = await extractNewScripts()
-  console.log(scripts, lastSrc)
   if (!lastSrc) {
     lastSrc = scripts
     return false