[Summary] Removed useless output

This commit is contained in:
Greg Zharun 2015-02-28 19:55:21 +02:00 committed by Paul Davis
parent a2f82f8c5d
commit 85b4577d7a

View file

@ -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)