remove debug output

This commit is contained in:
Paul Davis 2019-10-24 20:52:46 -06:00
parent a4723ab8d9
commit 015eb03bd5

View File

@ -3182,8 +3182,6 @@ EngineControl::engine_running ()
void
EngineControl::engine_stopped ()
{
std::cerr << "\n\n !!! engine stopped !!!\n\n\n";
PBD::stacktrace (std::cerr, 30);
boost::shared_ptr<ARDOUR::AudioBackend> backend = ARDOUR::AudioEngine::instance()->current_backend();
assert (backend);