forked from extern/egroupware
Turn debug level down to warning
This commit is contained in:
parent
8cc3603ec0
commit
271d7a869c
@ -22,7 +22,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
|
|||||||
* DEBUGLEVEL specifies which messages are printed to the console.
|
* DEBUGLEVEL specifies which messages are printed to the console.
|
||||||
* Decrease the value of EGW_DEBUGLEVEL to get less messages.
|
* 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
|
* The debug function can be used to send a debug message to the
|
||||||
|
Loading…
Reference in New Issue
Block a user