Remove console.log

pull/1/head
yflory 2019-08-23 17:19:08 +02:00
parent 31f365474b
commit 9d32dbb7e5
1 changed files with 0 additions and 1 deletions

View File

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