revert accidently commited higer debug-level

This commit is contained in:
Ralf Becker 2015-04-29 13:40:31 +00:00
parent a1d5e975d6
commit 69914a2264

View File

@ -39,7 +39,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
* 4 = -- " -- plus "log" * 4 = -- " -- plus "log"
* 5 = -- " -- plus a stacktrace * 5 = -- " -- plus a stacktrace
*/ */
var DEBUGLEVEL = 4; var DEBUGLEVEL = 3;
/** /**
* Log-level for local storage and error-display in GUI * Log-level for local storage and error-display in GUI