Skip to content

Commit

Permalink
minor code review: logData can still be set when not logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 9, 2017
1 parent 9701a51 commit 7fb034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 7fb034f

Please sign in to comment.