Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezry committed Feb 12, 2022
1 parent 528bef3 commit 31d6d9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,6 @@ chrome.commands.onCommand.addListener(async (command: string) => {
}
);

if (cachedPassphrase === "") {
return;
}

chrome.tabs.query(
{ active: true, lastFocusedWindow: true },
async (tabs) => {
Expand Down

0 comments on commit 31d6d9d

Please sign in to comment.