mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-17 16:27:38 +08:00
remove useless debugger
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user