Skip to content

Commit

Permalink
Remove bad events
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Dec 21, 2023
1 parent b7ff4bc commit ab46d0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chrome/background/background.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => {

sendSources(frame);
} else {
sendResponse('unknown');
return;
}

Expand Down
1 change: 0 additions & 1 deletion chrome/player/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ if (EnvUtils.isExtension()) {
recieveSources(request, sendResponse);
return true;
} else {
sendResponse('unknown');
return;
}

Expand Down

0 comments on commit ab46d0b

Please sign in to comment.