Skip to content

Commit

Permalink
Disabled debug logging for production
Browse files Browse the repository at this point in the history
  • Loading branch information
toydotgame committed Oct 30, 2024
1 parent 9108524 commit 6117120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

// Enables verbose debug logging. Not for production
const debug = true;
const debug = false;

var logos = [
{"id": "nav", "src": browser.runtime.getURL("/resources/google/nav.png")},
Expand Down

0 comments on commit 6117120

Please sign in to comment.