mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Remove some debugging code.
This commit is contained in:
@@ -2193,7 +2193,6 @@ static inline void mal_device__send_frames_to_client(mal_device* pDevice, mal_ui
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//printf("SENDING TO CLIENT: %d %d\n", chunkFrameCount, framesJustRead);
|
|
||||||
onRecv(pDevice, framesJustRead, chunkBuffer);
|
onRecv(pDevice, framesJustRead, chunkBuffer);
|
||||||
|
|
||||||
if (framesJustRead < chunkFrameCount) {
|
if (framesJustRead < chunkFrameCount) {
|
||||||
|
|||||||
Reference in New Issue
Block a user