Removed call for obsolete filterLog() method

This commit is contained in:
Tobi Schäfer 2015-01-03 21:25:51 +01:00
parent c4234aeab7
commit a632aa08f6

View file

@ -380,7 +380,6 @@ Admin.updateDomains = function() {
Admin.prototype.constructor = function() { Admin.prototype.constructor = function() {
this.filterSites(); this.filterSites();
this.filterUsers(); this.filterUsers();
this.filterLog();
return this; return this;
} }