Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Apr 25, 2024
1 parent b6e5073 commit c300297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/embedded/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ window.addEventListener("DOMContentLoaded", function () {
return;
}
if (!message) return;
browserColorLog(`received ${message.type} message from extension`, "FgGreen");
switch (message.type) {
case "volumeBoostChange": {
const {
Expand Down

0 comments on commit c300297

Please sign in to comment.