diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 968e89b9a8..3e6b3974ca 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -747,7 +747,6 @@ Trigger::shutdown_from_fwd () _cue_launched = false; _pending_velocity_gain = _velocity_gain = 1.0; DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1 shuts down\n", name())); - PBD::stacktrace (std::cerr, 10); send_property_change (ARDOUR::Properties::running); }