Skip to content

Commit

Permalink
Forgot some logs again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiln committed Nov 26, 2018
1 parent 73a1b4c commit a44bbbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/shardtimes.js
Expand Up @@ -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) {
Expand Down

0 comments on commit a44bbbb

Please sign in to comment.