[Summary] Removed useless output
[ardour.git] / libs / backends / wavesaudio / wavesapi / devicemanager / WCMRPortAudioDeviceManager.cpp
index b3469039f327160710f2986a01b58ce2cba15bf3..76b9fc8a514c7b4e0a970e117a53143d44fae461 100644 (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)