mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 01:46:34 +01:00
remove debug output
This commit is contained in:
parent
89d54b8790
commit
59b709be2b
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue