Remove a debugging line from the loopback example.

This commit is contained in:
David Reid
2019-08-21 11:03:30 +10:00
parent 4edc39acd0
commit 3c68046fd3
-1
View File
@@ -20,7 +20,6 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin
drwav* pWav = (drwav*)pDevice->pUserData;
ma_assert(pWav != NULL);
printf("Callback: %d\n", frameCount);
drwav_write_pcm_frames(pWav, frameCount, pInput);
(void)pOutput;