1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

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);
return;
}
if ( /[^\x00-\x7F]/.test(details.content) ) {
console.log(assetKey, 'has Unicode characters');
}
details.assetKey = assetKey;
callback(details);
};