summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-07 20:30:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-07 20:30:28 -0400
commit2230dc92cdbed647e1ce3c4835594dec58bc4926 (patch)
tree3aa34364fc2de35a9fd2ae9690b361d6ee51cf6a /gtk2_ardour
parentda7d3afc8763fa4a966a3c10a0c4c9560cc4ebe6 (diff)
remove debug output
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/engine_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc
index a63e310b3f..dfd24af739 100644
--- a/gtk2_ardour/engine_dialog.cc
+++ b/gtk2_ardour/engine_dialog.cc
@@ -235,7 +235,6 @@ EngineControl::EngineControl ()
ARDOUR::AudioEngine::instance()->Stopped.connect (stopped_connection, MISSING_INVALIDATOR, boost::bind (&EngineControl::engine_stopped, this), gui_context());
ARDOUR::AudioEngine::instance()->Halted.connect (stopped_connection, MISSING_INVALIDATOR, boost::bind (&EngineControl::engine_stopped, this), gui_context());
- cerr << "AMS about to change backend\n";
backend_changed ();
if (audio_setup) {