Turn debug level down to warning

This commit is contained in:
Nathan Gray 2014-01-08 14:58:41 +00:00
parent 8cc3603ec0
commit 271d7a869c

View File

@ -22,7 +22,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
* DEBUGLEVEL specifies which messages are printed to the console.
* Decrease the value of EGW_DEBUGLEVEL to get less messages.
*/
var DEBUGLEVEL = 5;
var DEBUGLEVEL = 2;
/**
* The debug function can be used to send a debug message to the