mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
remove debug output
This commit is contained in:
parent
bc638c0496
commit
45f5513b66
1 changed files with 0 additions and 1 deletions
|
|
@ -455,7 +455,6 @@ void
|
||||||
TransportMastersWidget::Row::populate_port_combo ()
|
TransportMastersWidget::Row::populate_port_combo ()
|
||||||
{
|
{
|
||||||
if (!tm->port()) {
|
if (!tm->port()) {
|
||||||
cerr << "TM " << tm->name() << " has no port\n";
|
|
||||||
port_combo.hide ();
|
port_combo.hide ();
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue