mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
minor code review: logData can still be set when not logging
This commit is contained in:
parent
9701a519a2
commit
7fb034f640
1 changed files with 1 additions and 1 deletions
|
|
@ -760,8 +760,8 @@ vAPI.tabs.onPopupUpdated = (function() {
|
|||
µb.URI.hostnameFromURI(context.rootURL),
|
||||
µb.URI.hostnameFromURI(context.rootURL)
|
||||
);
|
||||
logData = undefined;
|
||||
}
|
||||
logData = undefined;
|
||||
|
||||
// Not blocked
|
||||
if ( result !== 1 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue