[Summary] Removed redundant output

This commit is contained in:
GZharun 2014-09-02 14:22:39 +03:00
parent d50924453c
commit bb54afa59f

View file

@ -1736,7 +1736,6 @@ WTErr WCMRPortAudioDeviceManager::getDeviceSampleRatesImpl(const std::string & d
WTErr WCMRPortAudioDeviceManager::getDeviceBufferSizesImpl(const std::string & deviceName, std::vector<int>& buffers) const
{
WTErr retVal = eNoErr;
std::cout << "API::PortAudioDeviceManager::GetBufferSizes: getting buffer size for device: "<< deviceName << std::endl;
buffers.clear();