chore: 移除废弃日志

This commit is contained in:
手瓜一十雪
2024-08-11 13:55:46 +08:00
parent d3897844ef
commit 6cf5d8cfdf
4 changed files with 8 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ export class NapCatCore {
async initNapCatCoreListeners() {
const msgListener = new MsgListener();
msgListener.onRecvMsg = (msg) => {
console.log('RecvMsg', msg);
//console.log('RecvMsg', msg);
};
//await sleep(2500);
this.context.session.getMsgService().addKernelMsgListener(