diff --git a/phpgwapi/js/jsapi/egw_debug.js b/phpgwapi/js/jsapi/egw_debug.js index 9e64fac55a..76b7db68a2 100644 --- a/phpgwapi/js/jsapi/egw_debug.js +++ b/phpgwapi/js/jsapi/egw_debug.js @@ -39,7 +39,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) { * 4 = -- " -- plus "log" * 5 = -- " -- plus a stacktrace */ - var DEBUGLEVEL = 4; + var DEBUGLEVEL = 3; /** * Log-level for local storage and error-display in GUI