remove debug output

This commit is contained in:
Paul Davis 2019-01-25 11:09:31 -07:00
parent 89d54b8790
commit 59b709be2b

View file

@ -99,7 +99,6 @@ TransportMastersWidget::~TransportMastersWidget ()
void
TransportMastersWidget::set_transport_master (boost::shared_ptr<TransportMaster> tm)
{
std::cerr << "TMW:stm to " << tm << std::endl;
_session->request_sync_source (tm);
}
@ -171,8 +170,6 @@ TransportMastersWidget::rebuild ()
Gtk::RadioButtonGroup use_button_group;
cerr << "Rebuild TMW @ " << this << " with " << masters.size() << "tms\n";
for (TransportMasterManager::TransportMasters::const_iterator m = masters.begin(); m != masters.end(); ++m, ++n) {
Row* r = new Row (*this);