From 597fa9212f27d2448c0cdd20fbf616928c662cc1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Nov 2009 03:17:26 +0000 Subject: Better Parse plugin, working Print plugin. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2262 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/MessageContext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/MessageContext.cpp') diff --git a/src/engine/MessageContext.cpp b/src/engine/MessageContext.cpp index c0f4d3a6..ba03088d 100644 --- a/src/engine/MessageContext.cpp +++ b/src/engine/MessageContext.cpp @@ -37,7 +37,7 @@ MessageContext::run(NodeImpl* node) void* valid_ports = node->valid_ports(); PatchImpl* patch = node->parent_patch(); - cout << "MESSAGE RUN " << node->path() << " {" << endl; + //cout << "MESSAGE RUN " << node->path() << " {" << endl; for (uint32_t i = 0; i < node->num_ports(); ++i) { PortImpl* p = node->port_impl(i); if (p->is_output() && p->context() == Context::MESSAGE && @@ -52,7 +52,7 @@ MessageContext::run(NodeImpl* node) } } } - cout << "}" << endl; + //cout << "}" << endl; node->reset_valid_ports(); } -- cgit v1.2.1