remove buffer size log

pull/49/head
cosmonaut 2023-05-10 15:13:19 -07:00
parent bd405dfbf0
commit 537517afb9
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ namespace MoonWorks.Audio
) : base(device, formatTag, bitsPerSample, blockAlign, channels, samplesPerSecond)
{
BufferSize = bufferSize;
System.Console.WriteLine(BufferSize);
buffers = new IntPtr[BUFFER_COUNT];
for (int i = 0; i < BUFFER_COUNT; i += 1)