ソースを参照

移除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