From c74bc5745305db5a29bd23baba8cea9dd441dcbe Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Sun, 14 Apr 2024 17:17:07 +0200 Subject: [PATCH] remove test --- main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.js b/main.js index 94364d2..1a7493c 100644 --- a/main.js +++ b/main.js @@ -210,10 +210,6 @@ function stopOsuStatus() { } function registerIPCPipes() { - (async () => { - const isNet8 = await isNet8Installed(); - console.log("net8:", isNet8); - })(); ipcMain.handle("ezpplauncher:login", async (e, args) => { const hwid = getHwId(); const timeout = new AbortController();