diff --git a/package.json b/package.json index a54d154..6c8d8dd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tamius Han ", "scripts": { "start": "cross-env HMR=true npm run build:dev -- --watch", - "build": "cross-env NODE_ENV=production BROWSER=firefox CHANNEEL=stable webpack --hide-modules", + "build": "cross-env NODE_ENV=production BROWSER=firefox CHANNEL=stable webpack --hide-modules", "build-chrome": "cross-env NODE_ENV=production BROWSER=chrome CHANNEL=stable webpack --hide-modules", "build-edge": "cross-env NODE_ENV=production BROWSER=edge CHANNEL=stable webpack --hide-modules", "build:dev": "cross-env NODE_ENV=development BROWSER=firefox CHANNEL=dev webpack --hide-modules", diff --git a/src/ext/lib/Logger.js b/src/ext/lib/Logger.js index d28548e..c0d944e 100644 --- a/src/ext/lib/Logger.js +++ b/src/ext/lib/Logger.js @@ -51,7 +51,6 @@ class Logger { } async init(conf) { - console.log("init logger with conf:", conf) if (conf && process.env.CHANNEL === 'dev') { this.conf = conf; } else { diff --git a/src/ext/uw.js b/src/ext/uw.js index 8d9c93b..ab1019e 100644 --- a/src/ext/uw.js +++ b/src/ext/uw.js @@ -63,7 +63,8 @@ class UW { 'resizer': true, 'scaler': true, 'stretcher': true, - 'videoRescan': false, + // 'videoRescan': true, + // 'playerRescan': true, 'arDetect': true, 'arDetect_verbose': true, } @@ -85,8 +86,6 @@ class UW { if (this.comms) { this.comms.destroy(); } - - if (!this.settings) { var ths = this; @@ -94,8 +93,6 @@ class UW { await this.settings.init(); } - - this.comms = new CommsClient('content-client-port', this.settings, this.logger); // če smo razširitev onemogočili v nastavitvah, ne naredimo ničesar