From 7a3f3761bd701409b0b8a5c24ce5893adaa1513d Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 17 Sep 2020 23:08:29 +0200 Subject: [PATCH] Removed debugging call --- shared/js/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/js/main.tsx b/shared/js/main.tsx index d4046b94..4575b9fc 100644 --- a/shared/js/main.tsx +++ b/shared/js/main.tsx @@ -312,7 +312,7 @@ function main() { modal.close_listener.push(() => settings.changeGlobal(Settings.KEY_USER_IS_NEW, false)); } - spawnGlobalSettingsEditor(); + //spawnGlobalSettingsEditor(); //spawnVideoPopout(server_connections.active_connection(), "https://www.youtube.com/watch?v=9683D18fyvs"); }