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

Commit

Permalink
logging
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 33c1b85 commit 59e22cf
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 @@ -119,7 +119,6 @@ chrome.runtime.onMessageExternal.addListener(
console.log(" ");
console.log("Previous message from external:", prevRequest);
console.log("Received new message from external:", request);
console.log(" ");

// execute in async block so that we return true
// synchronously, telling chrome to wait for the response
Expand Down

0 comments on commit 59e22cf

Please sign in to comment.