summaryrefslogtreecommitdiff
path: root/libs/ardour/control_protocol_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-01 06:58:35 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-01 06:58:56 -0500
commitb5ed8495fb5363d44f52c0090ea78f87a5d55e8b (patch)
treeb54431d67739ac63ccda2d51819f45820166a41e /libs/ardour/control_protocol_manager.cc
parentacc05bde4a5b932cb5042a61104625e98aba7332 (diff)
remove debug output
Diffstat (limited to 'libs/ardour/control_protocol_manager.cc')
-rw-r--r--libs/ardour/control_protocol_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/control_protocol_manager.cc b/libs/ardour/control_protocol_manager.cc
index c042e4f0c0..7423d3b5c6 100644
--- a/libs/ardour/control_protocol_manager.cc
+++ b/libs/ardour/control_protocol_manager.cc
@@ -238,7 +238,6 @@ ControlProtocolManager::teardown (ControlProtocolInfo& cpi)
delete cpi.state;
cpi.state = 0;
- cerr << "Tear down CPI module for " << cpi.name << endl;
delete (Glib::Module*) cpi.descriptor->module;
/* cpi->descriptor is now inaccessible since dlclose() or equivalent
* has been performed, and the descriptor is (or could be) a static