Mercurial > hg > svcore
changeset 1847:9762a7f084a0
Suppress debug
author | Chris Cannam |
---|---|
date | Wed, 22 Apr 2020 17:18:33 +0100 |
parents | 37ffea1e50ec |
children | 98339fac0faf 00405d2cf0d1 |
files | rdf/PluginRDFDescription.cpp |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;