From 90a7b5e0d3c46e268466ed18a3deddd7a3869486 Mon Sep 17 00:00:00 2001 From: "Wesley F. Young" Date: Sat, 10 Aug 2024 08:43:22 +0800 Subject: [PATCH] fix: remove debug info --- src/shell/napcat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 3bc26e2c..b8405b78 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -171,7 +171,6 @@ export async function NCoreInitShell() { new wrapper.NodeIDispatcherAdapter(new DispatcherAdapter()), new wrapper.NodeIKernelSessionListener(sessionListener), ); - logger.log('debug init') try { session.startNT(0); } catch (_) { /* Empty */