remove stray console.log

This commit is contained in:
gorhill 2017-05-12 11:49:00 -04:00
parent 455c7ef6c6
commit 721993b488
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -680,9 +680,6 @@
µb.assets.get(assetKey, onRawListLoaded); µb.assets.get(assetKey, onRawListLoaded);
return; return;
} }
if ( /[^\x00-\x7F]/.test(details.content) ) {
console.log(assetKey, 'has Unicode characters');
}
details.assetKey = assetKey; details.assetKey = assetKey;
callback(details); callback(details);
}; };