From 85b4577d7a3d35c3d0f6bba734fe83f5d889de87 Mon Sep 17 00:00:00 2001 From: Greg Zharun Date: Sat, 28 Feb 2015 19:55:21 +0200 Subject: [PATCH] [Summary] Removed useless output --- .../wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp index b3469039f3..76b9fc8a51 100644 --- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp +++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp @@ -606,7 +606,6 @@ WTErr WCMRPortAudioDevice::SetCurrentSamplingRate (int newRate) //make the change... m_CurrentSamplingRate = newRate; PaError paErr = PaAsio_SetStreamSampleRate (m_PortAudioStream, m_CurrentSamplingRate); - std::cout << "Sleeping after sample rate change " << std::endl; Pa_Sleep(PROPERTY_CHANGE_SLEEP_TIME_MILLISECONDS); // sleep some time to make sure the change has place if (paErr != paNoError)