fix: remove debug log

This commit is contained in:
Wesley F. Young 2024-08-08 22:12:07 +08:00
parent 80c5259b05
commit e4343650c6

View File

@ -72,8 +72,6 @@ export async function NCoreInitShell() {
hostName: hostname
});
console.log(wrapper);
const selfInfo = await new Promise<SelfInfo>((resolve) => {
const loginListener = new LoginListener();