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();