Mercurial > hg > svcore
diff rdf/SimpleSPARQLQuery.cpp @ 457:ef14acd6d102
* Add beginnings of capability to search plugins that are not yet
installed -- lots more work to do here, though
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2008 16:36:35 +0000 |
parents | a75edaa08d28 |
children | 2019d89ebcf9 |
line wrap: on
line diff
--- a/rdf/SimpleSPARQLQuery.cpp Mon Oct 13 13:53:05 2008 +0000 +++ b/rdf/SimpleSPARQLQuery.cpp Tue Oct 14 16:36:35 2008 +0000 @@ -121,7 +121,7 @@ m_reporter(0), m_cancelled(false) { - std::cerr << "SimpleSPARQLQuery::Impl: Query is: \"" << query.toStdString() << "\"" << std::endl; +// std::cerr << "SimpleSPARQLQuery::Impl: Query is: \"" << query.toStdString() << "\"" << std::endl; } SimpleSPARQLQuery::Impl::~Impl()