remove useless debugger

This commit is contained in:
geekgeekrun
2024-03-23 09:07:39 +08:00
parent ebf7d18a10
commit 466ea57fd9

View File

@@ -74,7 +74,6 @@ export default class SqlitePlugin {
hooks.newChatStartup.tapPromise("SqlitePlugin", async (_jobInfo) => {
console.log(_jobInfo);
debugger;
const ds = await this.initPromise;
const { bossInfo, brandComInfo, jobInfo } = _jobInfo;