# HG changeset patch # User Chris Cannam # Date 1337636296 -3600 # Node ID 87a9168efd71f154df7e0fa0cb8456bc0bbc5e2d # Parent 760feced83806e44c9ee29af37f36c24d6ad0760 Comment out some debug output diff -r 760feced8380 -r 87a9168efd71 rdf/PluginRDFDescription.cpp --- a/rdf/PluginRDFDescription.cpp Mon May 21 22:38:09 2012 +0100 +++ b/rdf/PluginRDFDescription.cpp Mon May 21 22:38:16 2012 +0100 @@ -284,8 +284,8 @@ } else { m_outputDispositions[outputId] = OutputDispositionUnknown; } - cerr << "output " << output << " -> id " << outputId << ", type " << outputType << ", unit " - << outputUnit << ", disposition " << m_outputDispositions[outputId] << endl; +// cerr << "output " << output << " -> id " << outputId << ", type " << outputType << ", unit " +// << outputUnit << ", disposition " << m_outputDispositions[outputId] << endl; if (outputUnit != "") { m_outputUnitMap[outputId] = outputUnit; @@ -297,7 +297,7 @@ } n = index->complete(Triple(output, index->expand("vamp:computes_event_type"), Node())); - cerr << output << " -> computes_event_type " << n << endl; +// cerr << output << " -> computes_event_type " << n << endl; if (n.type == Node::URI && n.value != "") { m_outputEventTypeURIMap[outputId] = n.value; }