Removed leftover debug code

This commit is contained in:
RogueException
2015-10-17 18:56:04 -03:00
parent 3611ab9452
commit 6706789968

View File

@@ -35,10 +35,6 @@ namespace Discord.WebSockets.Voice
{
for (int i = 0, pos = 0; i <= wholeFrames; i++, pos += _frameSize)
{
int write = _writeCursor;
int read = _readCursor;
Console.WriteLine($"W {read} - {write}");
//If the read cursor is in the next position, wait for it to move.
ushort nextPosition = _writeCursor;
AdvanceCursorPos(ref nextPosition);