Skip to content

Commit 4e0a697

Browse files
committed
Switch logging to warn level
1 parent 8482673 commit 4e0a697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/logging.jsm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Cu = Components.utils;
88

99
Cu.import("resource://gre/modules/Services.jsm");
1010

11-
const TBSORTFOLDER_LOG_LEVEL = "Debug"; // "All" for debugging
11+
const TBSORTFOLDER_LOG_LEVEL = "Warn"; // "All" for debugging
1212

1313
const COLOR_NORMAL = "";
1414
const COLOR_RESET = "\0o33[m";

0 commit comments

Comments
 (0)