Skip to content

Commit 07af064

Browse files
committed
Remove debug logging prior to release
1 parent 74cc602 commit 07af064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (chrome.storage.session == null || chrome.storage.session.setAccessLevel == n
2222
const Utils = {
2323
chromeNewTabUrl: "about:newtab",
2424

25-
debug: true,
25+
debug: false,
2626

2727
debugLog() {
2828
if (this.debug) {

0 commit comments

Comments
 (0)