🔥 删除 console.log

This commit is contained in:
yeyang
2023-04-11 20:08:04 +08:00
parent b3dad7aa60
commit ac78ebd774
2 changed files with 0 additions and 2 deletions

View File

@@ -189,4 +189,3 @@ function getMsgType (msg) {
}
return msgType[msg[0].type]
}
logger.debug('监听消息事件')

View File

@@ -33,7 +33,6 @@ const appsPath = './plugins/yenai-plugin/apps'
const jsFiles = Data.readDirRecursive(appsPath, 'js', 'events')
let ret = jsFiles.map(file => {
console.log(`./apps/${file}`)
return import(`./apps/${file}`)
})