From 2a1419eb53a002b267169e8f1fc2990468143231 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 9 Mar 2020 21:29:24 +0100 Subject: [PATCH] Fix uw script --- src/ext/uw.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ext/uw.js b/src/ext/uw.js index cf43eee..c7fd89e 100644 --- a/src/ext/uw.js +++ b/src/ext/uw.js @@ -113,9 +113,6 @@ class UW { if (this.logger.isLoggingAllowed()) { console.info("[uw::init] Logging is allowed! Initalizing vue and UI!"); - this.initVue(); - this.initUi(); - this.logger.setVuexStore(this.vuexStore); } // show popup if logging to file is enabled @@ -179,8 +176,6 @@ class UW { } catch (e) { this.logger.log('error', 'debug', "[uw::init] FAILED TO START EXTENSION. Error:", e); } - - console.log("....") }