summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/processor.cc')
-rw-r--r--libs/ardour/processor.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc
index ab5902efa5..ece9d6becc 100644
--- a/libs/ardour/processor.cc
+++ b/libs/ardour/processor.cc
@@ -152,10 +152,7 @@ Processor::set_state (const XMLNode& node)
// may not exist for legacy 3.0 sessions
if ((prop = node.property ("id")) != 0) {
_id = prop->value();
- cerr << "---------------- ID for processor " << name() << " = " << _id << endl;
- } else {
- cerr << "---------------- NO ID for processor " << name() << endl;
- }
+ }
XMLNodeList nlist = node.children();
XMLNodeIterator niter;