13
0

remove debug output

This commit is contained in:
Paul Davis 2020-03-10 11:56:10 -06:00
parent bc638c0496
commit 45f5513b66

View File

@ -455,7 +455,6 @@ void
TransportMastersWidget::Row::populate_port_combo ()
{
if (!tm->port()) {
cerr << "TM " << tm->name() << " has no port\n";
port_combo.hide ();
return;
} else {