remove test

This commit is contained in:
HorizonCode 2024-04-14 17:17:07 +02:00
parent 528af70446
commit c74bc57453
1 changed files with 0 additions and 4 deletions

View File

@ -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();