From 7e7b833f48d64cc2d6098fc0351e95352f2b53c3 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 3 Mar 2018 21:59:15 +1000 Subject: [PATCH] Remove a debugging printf. --- mini_al.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mini_al.h b/mini_al.h index cd546b3c..a34715d4 100644 --- a/mini_al.h +++ b/mini_al.h @@ -7693,10 +7693,6 @@ static mal_result mal_device_init__pulse(mal_context* pContext, mal_device_type pDevice->pulse.fragmentSizeInBytes = attr.tlength; - - //printf("INIT TEST: %d, %d, %d, %d, %d\n", attr.maxlength, attr.tlength, attr.prebuf, attr.minreq, attr.fragsize); - - return MAL_SUCCESS;