Skip to content

Commit

Permalink
fix: Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Apr 12, 2024
1 parent 31fa828 commit 7845287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Lavalink4NET/Players/Queued/QueuedLavalinkPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ await Queue

if (Queue.HasHistory)
{
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine($"\n\nADDED FROM C: {peekedTrack.Track.Title}\n\n");
Console.ResetColor();
await Queue.History
.AddAsync(peekedTrack, cancellationToken)
.ConfigureAwait(false);
Expand Down

0 comments on commit 7845287

Please sign in to comment.