Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Fitzsimmons authored and Kayla Fitzsimmons committed Aug 28, 2024
1 parent 514e744 commit a8a77e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mocksi-lite-next/src/pages/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ addEventListener("install", () => {

// when user clicks toolbar mount extension
chrome.action.onClicked.addListener((tab) => {
console.log("lastRequest", prevRequest);
if (tab.id) {
chrome.tabs.sendMessage(tab.id, { message: "mount-extension" });
if (prevRequest.message) {
Expand Down

0 comments on commit a8a77e3

Please sign in to comment.