summaryrefslogtreecommitdiff
path: root/libs/ardour/control_protocol_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-06 14:48:18 +0200
committerRobin Gareus <robin@gareus.org>2017-08-06 14:48:18 +0200
commit515bd5ad4d5197b2215e19fd9b6444a3c7704dc3 (patch)
treea873d82164c8b3fe70dd85f1d6189d37701508ef /libs/ardour/control_protocol_manager.cc
parentbc713b00c355e3640f54135a019d8d8c5cd143ff (diff)
Remove some debug output
Diffstat (limited to 'libs/ardour/control_protocol_manager.cc')
-rw-r--r--libs/ardour/control_protocol_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/control_protocol_manager.cc b/libs/ardour/control_protocol_manager.cc
index bd5b7e72a6..c2929a3968 100644
--- a/libs/ardour/control_protocol_manager.cc
+++ b/libs/ardour/control_protocol_manager.cc
@@ -483,7 +483,9 @@ ControlProtocolManager::set_state (const XMLNode& node, int /*version*/)
ControlProtocolInfo* cpi = cpi_by_name (name);
if (cpi) {
+#ifndef NDEBUG
std::cerr << "protocol " << name << " active ? " << active << std::endl;
+#endif
if (active) {
delete cpi->state;