1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

oops, forgot to remove console.log

This commit is contained in:
gorhill 2015-11-06 00:36:11 -05:00
parent 770875608d
commit 0949cc6ac7

View File

@ -1226,7 +1226,6 @@ var tabWatcher = (function() {
document.readyState !== 'interactive' &&
document.readyState !== 'complete'
) {
console.log('document not ready');
attachToTabBrowserLater({ window: window, tryCount: tryCount });
return;
}