Log level to 'Warn' to enable building.

This commit is contained in:
foudfou 2014-04-14 09:18:17 +02:00
parent cc4ee0351c
commit 6557aff83f
1 changed files with 1 additions and 1 deletions

View File

@ -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";