mirror of https://github.com/gorhill/uBlock.git
oops, forgot to remove console.log
This commit is contained in:
parent
770875608d
commit
0949cc6ac7
|
@ -1226,7 +1226,6 @@ var tabWatcher = (function() {
|
|||
document.readyState !== 'interactive' &&
|
||||
document.readyState !== 'complete'
|
||||
) {
|
||||
console.log('document not ready');
|
||||
attachToTabBrowserLater({ window: window, tryCount: tryCount });
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue