remove useless debugger

This commit is contained in:
geekgeekrun
2024-04-05 17:18:46 +08:00
parent ebf7d18a10
commit 466ea57fd9
-1
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;