diff --git a/api/js/jsapi/egw_user.js b/api/js/jsapi/egw_user.js index 1e3461c290..c0c7cc918d 100644 --- a/api/js/jsapi/egw_user.js +++ b/api/js/jsapi/egw_user.js @@ -105,7 +105,6 @@ egw.extend('user', egw.MODULE_GLOBAL, function() { return request.then(() => { - debugger; return this.accounts(type) }); }