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