From: Arthur Schiwon Date: Tue, 20 May 2014 08:37:22 +0000 (+0200) Subject: remove debug output X-Git-Tag: v7.0.0alpha2~144^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=75cc16f2bd827ea3d3ce90c8c67dd4c46521f005;p=nextcloud-server.git remove debug output --- diff --git a/settings/js/users/filter.js b/settings/js/users/filter.js index bd3473d0e4d..1f7a29de0c9 100644 --- a/settings/js/users/filter.js +++ b/settings/js/users/filter.js @@ -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();