]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 20 May 2014 08:37:22 +0000 (10:37 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:59 +0000 (12:53 +0200)
settings/js/users/filter.js

index bd3473d0e4d98ff2c25c516d33208f6dcabd5c84..1f7a29de0c99775dba03ad1a1649b74badf87375 100644 (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();