remove debug

This commit is contained in:
nathan 2022-12-19 13:08:21 -07:00
parent 7d94692dfd
commit 28678c48f4

View File

@ -105,7 +105,6 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
{
return request.then(() =>
{
debugger;
return this.accounts(type)
});
}