remove debug output
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user