Fix uw script
This commit is contained in:
parent
0edb5d5c4f
commit
2a1419eb53
@ -113,9 +113,6 @@ class UW {
|
|||||||
|
|
||||||
if (this.logger.isLoggingAllowed()) {
|
if (this.logger.isLoggingAllowed()) {
|
||||||
console.info("[uw::init] Logging is allowed! Initalizing vue and UI!");
|
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
|
// show popup if logging to file is enabled
|
||||||
@ -179,8 +176,6 @@ class UW {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.logger.log('error', 'debug', "[uw::init] FAILED TO START EXTENSION. Error:", e);
|
this.logger.log('error', 'debug', "[uw::init] FAILED TO START EXTENSION. Error:", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("....")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user