Mercurial > hg > svcore
diff transform/ModelTransformerFactory.cpp @ 686:b4a8d8221eaf debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:24 +0100 |
parents | 12578237b99c |
children | 06f13a3b9e9e |
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.cpp Thu May 12 16:56:08 2011 +0100 +++ b/transform/ModelTransformerFactory.cpp Thu May 12 17:31:24 2011 +0100 @@ -87,7 +87,7 @@ bool ok = true; QString configurationXml = m_lastConfigurations[transform.getIdentifier()]; - std::cerr << "last configuration: " << configurationXml.toStdString() << std::endl; + std::cerr << "last configuration: " << configurationXml << std::endl; Vamp::PluginBase *plugin = 0; @@ -182,7 +182,7 @@ } else { std::cerr << "ModelTransformerFactory::createTransformer: Unknown transform \"" - << transform.getIdentifier().toStdString() << "\"" << std::endl; + << transform.getIdentifier() << "\"" << std::endl; return transformer; }