mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
commenting out debugging code
This commit is contained in:
parent
ae3e5d3519
commit
4e9496b2f8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var mostRecentRootDocURL = '';
|
|||
|
||||
var onBeforeRequest = function(details) {
|
||||
//console.debug('µBlock.webRequest/onBeforeRequest(): "%s": %o', details.url, details);
|
||||
console.debug('µBlock.webRequest/onBeforeRequest(): "type=%s, id=%d, parent id=%d, url=%s', details.type, details.frameId, details.parentFrameId, details.url);
|
||||
//console.debug('µBlock.webRequest/onBeforeRequest(): "type=%s, id=%d, parent id=%d, url=%s', details.type, details.frameId, details.parentFrameId, details.url);
|
||||
|
||||
var µb = µBlock;
|
||||
var tabId = details.tabId;
|
||||
|
|
Loading…
Reference in a new issue