fix: remove debug info

This commit is contained in:
Wesley F. Young 2024-08-10 08:43:22 +08:00
parent c5bf656fe7
commit 90a7b5e0d3

View File

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