mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
oops, forgot to remove console.log used for dev purpose
This commit is contained in:
parent
5adc34c865
commit
db1dcbfda8
@ -611,7 +611,6 @@ vAPI.tabs.onPopupUpdated = (function() {
|
||||
var tmp = openerTabId; openerTabId = targetTabId; targetTabId = tmp;
|
||||
popupType = 'popunder';
|
||||
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).
|
||||
|
Loading…
Reference in New Issue
Block a user