Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: remove unneccessary logging in leave command
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Sep 6, 2023
1 parent c4bb6ee commit 6999598
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interactions/commands/player/leave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class LeaveCommand extends BaseSlashCommandInteraction {
checkQueueExists
]);

logger.info('Validators passed, clearing queue.');

logger.debug('Deleting queue.');
await this.deleteQueue(queue);

Expand Down

0 comments on commit 6999598

Please sign in to comment.