mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +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);
|
set_transport_speed (1.0, 0, false);
|
||||||
}
|
}
|
||||||
loop_changing = false;
|
loop_changing = false;
|
||||||
cerr << "Send LD1\n";
|
|
||||||
TFSM_EVENT (TransportFSM::LocateDone);
|
TFSM_EVENT (TransportFSM::LocateDone);
|
||||||
Located (); /* EMIT SIGNAL */
|
Located (); /* EMIT SIGNAL */
|
||||||
return;
|
return;
|
||||||
|
|
@ -349,7 +348,6 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
|
||||||
if (need_butler) {
|
if (need_butler) {
|
||||||
TFSM_EVENT (TransportFSM::ButlerRequired);
|
TFSM_EVENT (TransportFSM::ButlerRequired);
|
||||||
} else {
|
} else {
|
||||||
cerr << "Send LD2\n";
|
|
||||||
TFSM_EVENT (TransportFSM::LocateDone);
|
TFSM_EVENT (TransportFSM::LocateDone);
|
||||||
loop_changing = false;
|
loop_changing = false;
|
||||||
}
|
}
|
||||||
|
|
@ -715,7 +713,6 @@ Session::butler_completed_transport_work ()
|
||||||
ptw = PostTransportWork (ptw & ~PostTransportLocate);
|
ptw = PostTransportWork (ptw & ~PostTransportLocate);
|
||||||
set_post_transport_work (ptw);
|
set_post_transport_work (ptw);
|
||||||
loop_changing = false;
|
loop_changing = false;
|
||||||
cerr << "Send LD3\n";
|
|
||||||
TFSM_EVENT (TransportFSM::LocateDone);
|
TFSM_EVENT (TransportFSM::LocateDone);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue