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 */