From 9d32dbb7e5674ff2244aa88c55ecd34a34a8268c Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 23 Aug 2019 17:19:08 +0200 Subject: [PATCH] Remove console.log --- www/common/common-ui-elements.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 7656aaf1b..c742da570 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1544,7 +1544,6 @@ define([ var hexFileName = secret.channel; var cryptKey = Hash.encodeBase64(secret.keys && secret.keys.cryptKey); var src = Hash.getBlobPathFromHex(hexFileName); - console.log(origin + src); common.getFileSize(hexFileName, function (e, data) { if (e || !data) { displayDefault();