mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
remove debug output
This commit is contained in:
parent
b374eb7658
commit
7383fbbe48
1 changed files with 0 additions and 1 deletions
|
|
@ -418,7 +418,6 @@ void
|
|||
TransportFSM::enqueue (Event* ev)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::TFSMState, string_compose ("queue tfsm event %1\n", enum_2_string (ev->type)));
|
||||
PBD::stacktrace (std::cerr, 30);
|
||||
queued_events.push_back (*ev);
|
||||
if (!processing) {
|
||||
process_events ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue