mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
[Summary] Removing annoying warning as we can do nothing with the reason for which this warning occurs .
This commit is contained in:
parent
86164bcf7b
commit
cada6ed65a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ int WavesDataPort::connect (WavesDataPort *port)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_connected (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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue