From e4343650c6a33d4dfe4fe5e6a1bc253a1afbf207 Mon Sep 17 00:00:00 2001 From: "Wesley F. Young" Date: Thu, 8 Aug 2024 22:12:07 +0800 Subject: [PATCH] fix: remove debug log --- src/shell/napcat.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 5c2eb931..906d7b76 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -72,8 +72,6 @@ export async function NCoreInitShell() { hostName: hostname }); - console.log(wrapper); - const selfInfo = await new Promise((resolve) => { const loginListener = new LoginListener();