diff --git a/src/js/storage.js b/src/js/storage.js index fc1f538e3..5eab982b8 100644 --- a/src/js/storage.js +++ b/src/js/storage.js @@ -680,9 +680,6 @@ µb.assets.get(assetKey, onRawListLoaded); return; } - if ( /[^\x00-\x7F]/.test(details.content) ) { - console.log(assetKey, 'has Unicode characters'); - } details.assetKey = assetKey; callback(details); };