From df8837351984a4d26822ecc765d0bb4ca86832b9 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Fri, 3 May 2024 23:53:06 -0400 Subject: [PATCH] Remove test window open --- src/initgui.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/initgui.js b/src/initgui.js index f35225410..c45a427f5 100644 --- a/src/initgui.js +++ b/src/initgui.js @@ -39,7 +39,6 @@ import { BroadcastService } from './services/BroadcastService.js'; import { ProcessService } from './services/ProcessService.js'; import { PROCESS_RUNNING } from './definitions.js'; import { LocaleService } from './services/LocaleService.js'; -import UIWindow2FASetup from './UI/UIWindow2FASetup.js'; const launch_services = async function () { const services_l_ = []; @@ -67,10 +66,6 @@ const launch_services = async function () { const svc_process = globalThis.services.get('process'); svc_process.get_init().chstatus(PROCESS_RUNNING); } - - setTimeout(() => { - UIWindow2FASetup(); - }, 1000); }; // This code snippet addresses the issue flagged by Lighthouse regarding the use of