[LIBNX] Removed extraneous logging when blocked in switch_audio

This commit is contained in:
lifajucejo 2018-09-30 19:08:22 -04:00
parent c39bc4ecab
commit 8ad8ec5344

View File

@ -94,8 +94,6 @@ static ssize_t switch_audio_write(void *data, const void *buf, size_t size)
{ {
if (swa->blocking) if (swa->blocking)
{ {
RARCH_LOG("No buffer, blocking...\n");
while(swa->current_buffer == NULL) while(swa->current_buffer == NULL)
{ {
uint32_t handle_idx = 0; uint32_t handle_idx = 0;