Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Swan committed Nov 5, 2019
1 parent bb8156f commit 73ccc64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Encore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ export default class Encore {
}
};

console.log(redisMessage);

this.RedisClient.publish(`quaver:song_requests`, JSON.stringify(redisMessage), () => Logger.Success(`Successfully published @${user.username}'s request ` +
`for ${userCheck[0].username} (#${userCheck[0].id}) to Redis.`));

Expand Down

0 comments on commit 73ccc64

Please sign in to comment.