diff --git a/phpgwapi/js/jsapi/egw.js b/phpgwapi/js/jsapi/egw.js index de5e3b23c6..16e7832c67 100644 --- a/phpgwapi/js/jsapi/egw.js +++ b/phpgwapi/js/jsapi/egw.js @@ -66,7 +66,7 @@ if (debug) console.log('creating new egw object'); } } - else console.log('found injected egw object'); + else if (debug) console.log('found injected egw object'); // check for a framework object if (typeof window.framework == 'undefined')