remove debugging code

This commit is contained in:
Jakob Ketterl 2019-10-22 22:38:08 +02:00
parent 713b6119d0
commit 58da0e8a60
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ ClientsProgressBar.prototype.setMaxClients = function(maxClients) {
};
ClientsProgressBar.prototype.render = function() {
console.info(this);
this.set(this.clients / this.maxClients, "Clients [" + this.clients + "]", this.clients > this.maxClients * 0.85);
};