From edc84e4dd5bb8b5228cec0fcd551274872a0db7c Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Mon, 19 Feb 2024 13:12:19 -0800 Subject: [PATCH] Remove debugging output. --- src/audio/PortAudioEngine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/audio/PortAudioEngine.cpp b/src/audio/PortAudioEngine.cpp index c601d4bd0..e515d0d81 100644 --- a/src/audio/PortAudioEngine.cpp +++ b/src/audio/PortAudioEngine.cpp @@ -169,7 +169,6 @@ std::vector PortAudioEngine::getAudioDeviceList_(Audio { while (streamParameters.channelCount < maxChannels) { - fprintf(stderr, "checking channel# %d for device %s\n", streamParameters.channelCount, deviceInfo->name); PaError err = Pa_IsFormatSupported( direction == AUDIO_ENGINE_IN ? &streamParameters : NULL, direction == AUDIO_ENGINE_OUT ? &streamParameters : NULL,