From 515bd5ad4d5197b2215e19fd9b6444a3c7704dc3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 6 Aug 2017 14:48:18 +0200 Subject: Remove some debug output --- libs/ardour/control_protocol_manager.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/control_protocol_manager.cc') 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; -- cgit v1.2.3