From 271d7a869ca374950e65e007de0639ea458acdbe Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 8 Jan 2014 14:58:41 +0000 Subject: [PATCH] Turn debug level down to warning --- phpgwapi/js/jsapi/egw_debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/js/jsapi/egw_debug.js b/phpgwapi/js/jsapi/egw_debug.js index 7009cf82b3..8969391761 100644 --- a/phpgwapi/js/jsapi/egw_debug.js +++ b/phpgwapi/js/jsapi/egw_debug.js @@ -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