We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8482673 commit 4e0a697Copy full SHA for 4e0a697
modules/logging.jsm
@@ -8,7 +8,7 @@ const Cu = Components.utils;
8
9
Cu.import("resource://gre/modules/Services.jsm");
10
11
-const TBSORTFOLDER_LOG_LEVEL = "Debug"; // "All" for debugging
+const TBSORTFOLDER_LOG_LEVEL = "Warn"; // "All" for debugging
12
13
const COLOR_NORMAL = "";
14
const COLOR_RESET = "\0o33[m";
0 commit comments