mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
remove debug output
This commit is contained in:
parent
3b65b430aa
commit
83e4b9f7eb
1 changed files with 0 additions and 3 deletions
|
|
@ -198,7 +198,6 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
|
|||
set_transport_speed (1.0, 0, false);
|
||||
}
|
||||
loop_changing = false;
|
||||
cerr << "Send LD1\n";
|
||||
TFSM_EVENT (TransportFSM::LocateDone);
|
||||
Located (); /* EMIT SIGNAL */
|
||||
return;
|
||||
|
|
@ -349,7 +348,6 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
|
|||
if (need_butler) {
|
||||
TFSM_EVENT (TransportFSM::ButlerRequired);
|
||||
} else {
|
||||
cerr << "Send LD2\n";
|
||||
TFSM_EVENT (TransportFSM::LocateDone);
|
||||
loop_changing = false;
|
||||
}
|
||||
|
|
@ -715,7 +713,6 @@ Session::butler_completed_transport_work ()
|
|||
ptw = PostTransportWork (ptw & ~PostTransportLocate);
|
||||
set_post_transport_work (ptw);
|
||||
loop_changing = false;
|
||||
cerr << "Send LD3\n";
|
||||
TFSM_EVENT (TransportFSM::LocateDone);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue