dsp: Removed debug logging

main
Ryan C. Gordon 2023-07-04 19:38:01 -04:00
parent 6fd71185cd
commit a2b488359e
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 2 deletions

View File

@ -214,10 +214,8 @@ static void DSP_WaitDevice(SDL_AudioDevice *device)
SDL_AudioDeviceDisconnected(device);
return;
} else if (info.bytes < device->buffer_size) {
//SDL_Log("DSP NEED=%d HAVE=%d", (int) device->buffer_size, (int) info.bytes);
SDL_Delay(10);
} else {
//SDL_Log("DSP NEED=%d HAVE=%d", (int) device->buffer_size, (int) info.bytes);
break; /* ready to go! */
}
}