1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

oops, forgot to remove console.log used for dev purpose

This commit is contained in:
gorhill 2015-12-10 16:49:39 -05:00
parent 5adc34c865
commit db1dcbfda8

View File

@ -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).