From 5177aa485f28e40e087042c2b7292fb9a94e7a3c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Oct 2010 21:46:16 +0000 Subject: Implement URI unmap extension and use it to serialise JSON dictionary keys. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2637 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2Node.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/LV2Node.cpp') diff --git a/src/engine/LV2Node.cpp b/src/engine/LV2Node.cpp index e2b4b2cd..e6593d13 100644 --- a/src/engine/LV2Node.cpp +++ b/src/engine/LV2Node.cpp @@ -172,7 +172,6 @@ LV2Node::instantiate(BufferFactory& bufs) instance(i), LV2_CONTEXT_MESSAGE); if (i == 0 && ctx_ext) { - Raul::info << _lv2_plugin->uri() << " has message context" << endl; assert(!_message_funcs); _message_funcs = (LV2_Contexts_MessageContext*)ctx_ext; } @@ -322,7 +321,6 @@ LV2Node::instantiate(BufferFactory& bufs) SLV2Value c = slv2_values_get_at(contexts, i); const char* context = slv2_value_as_string(c); if (!strcmp(LV2_CONTEXT_MESSAGE, context)) { - Raul::info << _lv2_plugin->uri() << " port " << i << " has message context" << endl; if (!_message_funcs) { warn << _lv2_plugin->uri() << " has a message port, but no context extension data." << endl; -- cgit v1.2.1