Commit 6d30ac79 authored by David Reid's avatar David Reid

Remove some debugging code.

parent 80cebeb6
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment