diff --git a/commands/shardtimes.js b/commands/shardtimes.js index c3169fb1..ab1e45db 100644 --- a/commands/shardtimes.js +++ b/commands/shardtimes.js @@ -159,8 +159,6 @@ class Shardtimes extends Command { const fields = []; sortedShardTimes.forEach(time => { const times = []; - console.log("Time: " + time); - console.log(shardOut[time]); shardOut[time].forEach(user => { let userFlag = client.emojis.get(shardTimes[user].flag); if (!userFlag) {