mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
remove stray console.log
This commit is contained in:
parent
455c7ef6c6
commit
721993b488
@ -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);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user