mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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.
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user