瀏覽代碼

audio: Removed debug logging.

Ryan C. Gordon 2 年之前
父節點
當前提交
2be5f726d4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/audio/SDL_audio.c

+ 0 - 1
src/audio/SDL_audio.c

@@ -307,7 +307,6 @@ static void DisconnectLogicalAudioDevice(SDL_LogicalAudioDevice *logdev)
     if (SDL_EventEnabled(SDL_EVENT_AUDIO_DEVICE_REMOVED)) {
         SDL_Event event;
         SDL_zero(event);
-SDL_Log("Sending event about loss of logical device #%u", (unsigned int) logdev->instance_id);
         event.type = SDL_EVENT_AUDIO_DEVICE_REMOVED;
         event.common.timestamp = 0;
         event.adevice.which = logdev->instance_id;