diff --git a/src/bot.ts b/src/bot.ts index 9fea6e8..938ec63 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -52,7 +52,6 @@ export class UEMEloBot extends Client { } async updatePlayers(){ - console.log("Started full update..."); for (let p of this.players){ await p.updateFullName(); await p.updateCurrentElo(); @@ -61,7 +60,6 @@ export class UEMEloBot extends Client { console.log(`Updated start elo for ${p}`); } } - console.log("Finished full update!"); this.savePlayersToFile(); }