mirror of https://github.com/gorhill/uBlock.git
minor code review: logData can still be set when not logging
This commit is contained in:
parent
9701a519a2
commit
7fb034f640
|
@ -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 New Issue