Remove some debugging code.

This commit is contained in:
David Reid
2017-11-04 14:30:22 +10:00
parent 80cebeb6a3
commit 6d30ac7992
-1
View File
@@ -2193,7 +2193,6 @@ static inline void mal_device__send_frames_to_client(mal_device* pDevice, mal_ui
break;
}
//printf("SENDING TO CLIENT: %d %d\n", chunkFrameCount, framesJustRead);
onRecv(pDevice, framesJustRead, chunkBuffer);
if (framesJustRead < chunkFrameCount) {