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

Commit

Permalink
remove unused listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Fitzsimmons authored and Kayla Fitzsimmons committed Sep 19, 2024
1 parent 184e833 commit 3376f42
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/mocksi-lite-next/src/pages/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,6 @@ chrome.action.onClicked.addListener((tab) => {
}
});

// chrome.runtime.onMessage.addListener(
// (request, _sender, sendResponse): boolean => {
// console.log("on message top level:", request);
// sendResponse({
// data: request.data,
// message: request.message,
// status: "ok",
// });
// return true;
// },
// );

chrome.runtime.onMessageExternal.addListener(
(request, _sender, sendResponse) => {
console.log("on message external: ", request);
Expand Down

0 comments on commit 3376f42

Please sign in to comment.