Browse Source

Merge branch 'dev_1.1.3' of https://git.yishihui.com/DeNet/de-net into dev_1.1.3

wenliming 2 years ago
parent
commit
b527c8ae3e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/entry/background.js

+ 0 - 6
src/entry/background.js

@@ -34,12 +34,6 @@ import {
 //加载bg.js 执行
 setMessageCount();
 
-
-setInterval(() => {
-    console.log(123)
-    getSysMessage()
-}, 5000)
-
 // 消息通讯
 chrome.runtime.onConnect.addListener(function (port) {
     port.onDisconnect.addListener(function () {