feat: remove debug

This commit is contained in:
手瓜一十雪 2024-07-22 18:17:33 +08:00
parent ba123236e5
commit c57497cd91

View File

@ -216,7 +216,6 @@ export class NTQQMsgApi {
reject('发送超时');
}, timeout);
let msgId = await NTQQMsgApi.getMsgUnique(await NTQQMsgApi.getServerTime());
console.log(msgId);
const result = napCatCore.session.getMsgService().sendMsg(msgId, peer, msgElements, new Map());
});
}