remove debug output
This commit is contained in:
parent
2d83c68f05
commit
75cc16f2bd
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue