refactor: remove some log

This commit is contained in:
手瓜一十雪
2024-05-28 19:32:08 +08:00
parent a8086eadf7
commit cb22e4dee0
14 changed files with 311 additions and 311 deletions

View File

@@ -20,7 +20,7 @@ export default class Debug extends BaseAction<Payload, any> {
actionName = ActionName.Debug;
protected async _handle(payload: Payload): Promise<any> {
logDebug('debug call ntqq api', payload);
//logDebug('debug call ntqq api', payload);
const ntqqApi = [NTQQMsgApi, NTQQFriendApi, NTQQGroupApi, NTQQUserApi, NTQQFileApi,
// NTQQFileCacheApi,
];