remove debugging code
This commit is contained in:
parent
713b6119d0
commit
58da0e8a60
@ -98,7 +98,6 @@ ClientsProgressBar.prototype.setMaxClients = function(maxClients) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ClientsProgressBar.prototype.render = function() {
|
ClientsProgressBar.prototype.render = function() {
|
||||||
console.info(this);
|
|
||||||
this.set(this.clients / this.maxClients, "Clients [" + this.clients + "]", this.clients > this.maxClients * 0.85);
|
this.set(this.clients / this.maxClients, "Clients [" + this.clients + "]", this.clients > this.maxClients * 0.85);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user