[Summary] Removing annoying warning as we can do nothing with the reason for which this warning occurs .

This commit is contained in:
VKamyshniy 2015-02-10 12:52:21 +02:00
parent 86164bcf7b
commit cada6ed65a

View file

@ -67,7 +67,7 @@ int WavesDataPort::connect (WavesDataPort *port)
}
if (is_connected (port)) {
std::cerr << "WavesDataPort::connect (): the ports are already connected!" << std::endl;
// std::cerr << "WavesDataPort::connect (): the ports are already connected!" << std::endl;
return -1;
}