From 6d30ac79920593c8c8b2640d5d4756bd925ac7d4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 4 Nov 2017 14:30:22 +1000 Subject: [PATCH] Remove some debugging code. --- mini_al.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 19668268..bbb09044 100644 --- a/mini_al.h +++ b/mini_al.h @@ -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) {