summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/engine/LV2RequestRunFeature.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/LV2RequestRunFeature.hpp b/src/engine/LV2RequestRunFeature.hpp
index 40de2cfb..fbae4a1d 100644
--- a/src/engine/LV2RequestRunFeature.hpp
+++ b/src/engine/LV2RequestRunFeature.hpp
@@ -59,7 +59,6 @@ struct RequestRunFeature : public Shared::LV2Features::Feature {
}
SharedPtr<LV2_Feature> feature(Shared::World* world, Shared::Node* n) {
- info << "REQUEST RUN FEATURE FOR NODE " << n->path() << endl;
NodeImpl* node = dynamic_cast<NodeImpl*>(n);
if (!node)
return SharedPtr<LV2_Feature>();