mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 17:24:03 +02:00
Remove a stray debugging line.
This commit is contained in:
@@ -28118,8 +28118,6 @@ static ma_result ma_device_init__pulse(ma_device* pDevice, const ma_device_confi
|
|||||||
MA_ASSERT(pDevice != NULL);
|
MA_ASSERT(pDevice != NULL);
|
||||||
MA_ZERO_OBJECT(&pDevice->pulse);
|
MA_ZERO_OBJECT(&pDevice->pulse);
|
||||||
|
|
||||||
printf("TESTING\n");
|
|
||||||
|
|
||||||
if (pConfig->deviceType == ma_device_type_loopback) {
|
if (pConfig->deviceType == ma_device_type_loopback) {
|
||||||
return MA_DEVICE_TYPE_NOT_SUPPORTED;
|
return MA_DEVICE_TYPE_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user