remove debug output

This commit is contained in:
Arthur Schiwon 2014-05-20 10:37:22 +02:00
parent 2d83c68f05
commit 75cc16f2bd

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