From 721993b488c01a67402032e84de1fbf20764cd4e Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 12 May 2017 11:49:00 -0400 Subject: [PATCH] remove stray console.log --- src/js/storage.js | 3 --- 1 file changed, 3 deletions(-) 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); };