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

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 12, 2023
1 parent 3390ae7 commit 2911c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/player/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ module.exports = {
return interaction.respond(response);
},
execute: async ({ interaction, client }) => {
logger.info(require('@discord-player/opus').OpusStream.type);
logger.info(require('mediaplex').getOpusVersion());
if (await notInVoiceChannel(interaction, client)) {
return;
}
Expand Down

0 comments on commit 2911c67

Please # to comment.