# HG changeset patch # User Chris Cannam # Date 1587572313 -3600 # Node ID 9762a7f084a066bb54e6df5cb23f706fc4935277 # Parent 37ffea1e50ececa1a53f4626f633b3a868891883 Suppress debug diff -r 37ffea1e50ec -r 9762a7f084a0 rdf/PluginRDFDescription.cpp --- a/rdf/PluginRDFDescription.cpp Wed Apr 22 13:07:22 2020 +0100 +++ b/rdf/PluginRDFDescription.cpp Wed Apr 22 17:18:33 2020 +0100 @@ -32,7 +32,7 @@ using Dataquay::Triples; using Dataquay::BasicStore; -#define DEBUG_PLUGIN_RDF_DESCRIPTION 1 +//#define DEBUG_PLUGIN_RDF_DESCRIPTION 1 PluginRDFDescription::PluginRDFDescription(QString pluginId) : m_pluginId(pluginId), @@ -280,8 +280,10 @@ (Triple(Node(), index->expand("vamp:available_library"), libn)) .subjects(); +#ifdef DEBUG_PLUGIN_RDF_DESCRIPTION SVCERR << packs.size() << " matching pack(s) for library node " << libn << endl; +#endif for (Node packn: packs) { if (packn.type != Node::URI) continue;