mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
oops, forgot to remove console.log used for dev purpose
This commit is contained in:
parent
5adc34c865
commit
db1dcbfda8
1 changed files with 0 additions and 1 deletions
|
@ -611,7 +611,6 @@ vAPI.tabs.onPopupUpdated = (function() {
|
||||||
var tmp = openerTabId; openerTabId = targetTabId; targetTabId = tmp;
|
var tmp = openerTabId; openerTabId = targetTabId; targetTabId = tmp;
|
||||||
popupType = 'popunder';
|
popupType = 'popunder';
|
||||||
result = popupMatch(targetURL, openerURL, µb.mouseURL, popupType);
|
result = popupMatch(targetURL, openerURL, µb.mouseURL, popupType);
|
||||||
console.log('vAPI.tabs.onPopupUpdated: %s => %s (%s)', targetURL, openerURL, popupType);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Log only for when there was a hit against an actual filter (allow or block).
|
// Log only for when there was a hit against an actual filter (allow or block).
|
||||||
|
|
Loading…
Reference in a new issue