mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-11 03:25:07 -05:00
Log level to 'Warn' to enable building.
This commit is contained in:
parent
cc4ee0351c
commit
6557aff83f
@ -8,7 +8,7 @@ const Cu = Components.utils;
|
||||
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
const FIRETRAY_LOG_LEVEL = "All"; // "All" for debugging
|
||||
const FIRETRAY_LOG_LEVEL = "Warn"; // "All" for debugging
|
||||
|
||||
const COLOR_NORMAL = "";
|
||||
const COLOR_RESET = "\033[m";
|
||||
|
Loading…
Reference in New Issue
Block a user