mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-06 07:57:06 +08:00
remove useless debugger
This commit is contained in:
@@ -74,7 +74,6 @@ export default class SqlitePlugin {
|
|||||||
|
|
||||||
hooks.newChatStartup.tapPromise("SqlitePlugin", async (_jobInfo) => {
|
hooks.newChatStartup.tapPromise("SqlitePlugin", async (_jobInfo) => {
|
||||||
console.log(_jobInfo);
|
console.log(_jobInfo);
|
||||||
debugger;
|
|
||||||
const ds = await this.initPromise;
|
const ds = await this.initPromise;
|
||||||
|
|
||||||
const { bossInfo, brandComInfo, jobInfo } = _jobInfo;
|
const { bossInfo, brandComInfo, jobInfo } = _jobInfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user