Disable logging for every failed connection attempt

This commit is contained in:
Jan-Philipp Ottmüller 2017-04-14 21:46:22 +02:00
commit afa21ff310
2 changed files with 1 additions and 2 deletions

View file

@ -56,7 +56,6 @@ export default class Connection {
return;
}
this.errorCount++;
console.log('failed to connect');
this.delay(2500).then(() => {
if (this.connectPromise) {
this.rcon.connect();