minor code review: logData can still be set when not logging

This commit is contained in:
gorhill 2017-07-09 08:45:55 -04:00
parent 9701a519a2
commit 7fb034f640
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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