diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-05-15 20:48:56 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-05-15 20:48:56 +0200 |
commit | a51744863384896b171fe54e952676ec36df6db0 (patch) | |
tree | 303b6ddcdfa5792776a2e2b7688fdf4eafc45498 /js/assets.js | |
parent | c83f575f798f795610aa1262776f5cabf24b12fb (diff) | |
download | ematrix-a51744863384896b171fe54e952676ec36df6db0.tar.lz ematrix-a51744863384896b171fe54e952676ec36df6db0.tar.xz ematrix-a51744863384896b171fe54e952676ec36df6db0.zip |
Remove debugging statements
Diffstat (limited to 'js/assets.js')
-rw-r--r-- | js/assets.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/assets.js b/js/assets.js index 32090c7..6a2d6e2 100644 --- a/js/assets.js +++ b/js/assets.js @@ -32,10 +32,6 @@ let externalPathRegex = /^(?:[a-z-]+):\/\//; let connectionError = vAPI.i18n('errorCantConnectTo'); - function stub(string) { - console.debug("stub! "+string); - } - let notifyObservers = function (topic, details) { let result; @@ -790,8 +786,6 @@ let onContentNotLoaded = function (details) { let external; let urls = []; - - console.debug(assetDetails); if (typeof assetDetails.contentURL === 'string') { urls = [assetDetails.contentURL]; |