changeset 732:87a9168efd71 dataquay

Comment out some debug output
author Chris Cannam
date Mon, 21 May 2012 22:38:16 +0100
parents 760feced8380
children 79c0955f559c
files rdf/PluginRDFDescription.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
         }