mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01: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),
|
||||||
µb.URI.hostnameFromURI(context.rootURL)
|
µb.URI.hostnameFromURI(context.rootURL)
|
||||||
);
|
);
|
||||||
logData = undefined;
|
|
||||||
}
|
}
|
||||||
|
logData = undefined;
|
||||||
|
|
||||||
// Not blocked
|
// Not blocked
|
||||||
if ( result !== 1 ) {
|
if ( result !== 1 ) {
|
||||||
|
|
Loading…
Reference in a new issue