remove debug output

This commit is contained in:
Arthur Schiwon 2014-05-20 10:37:22 +02:00
parent 2d83c68f05
commit 75cc16f2bd
1 changed files with 0 additions and 1 deletions

View File

@ -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();