mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
remove debug output
This commit is contained in:
parent
2d83c68f05
commit
75cc16f2bd
@ -53,7 +53,6 @@ UserManagementFilter.prototype.init = function() {
|
||||
* taken care of
|
||||
*/
|
||||
UserManagementFilter.prototype.run = _.debounce(function() {
|
||||
console.log(this);
|
||||
this.userList.empty();
|
||||
this.userList.update(GroupList.getCurrentGID());
|
||||
this.groupList.empty();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user