Skip to content

Commit

Permalink
Remove debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Feb 19, 2024
1 parent d73e44e commit edc84e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/PortAudioEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ std::vector<AudioDeviceSpecification> 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,
Expand Down

0 comments on commit edc84e4

Please sign in to comment.