Mercurial > hg > svapp
diff framework/TransformUserConfigurator.cpp @ 228:67cea66bd588 debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:56 +0100 |
parents | 15057cf59da5 |
children | 8c13e8219903 |
line wrap: on
line diff
--- a/framework/TransformUserConfigurator.cpp Thu Apr 14 15:21:41 2011 +0100 +++ b/framework/TransformUserConfigurator.cpp Thu May 12 17:31:56 2011 +0100 @@ -81,7 +81,7 @@ std::vector<Vamp::Plugin::OutputDescriptor> od = vp->getOutputDescriptors(); - std::cerr << "configure: looking for output: " << output.toStdString() << std::endl; + std::cerr << "configure: looking for output: " << output << std::endl; if (od.size() > 1) { for (size_t i = 0; i < od.size(); ++i) { @@ -173,12 +173,12 @@ if (selectedInput != "") { if (modelMap.contains(selectedInput)) { inputModel = modelMap.value(selectedInput); - std::cerr << "Found selected input \"" << selectedInput.toStdString() << "\" in model map, result is " << inputModel << std::endl; + std::cerr << "Found selected input \"" << selectedInput << "\" in model map, result is " << inputModel << std::endl; } else { - std::cerr << "Failed to find selected input \"" << selectedInput.toStdString() << "\" in model map" << std::endl; + std::cerr << "Failed to find selected input \"" << selectedInput << "\" in model map" << std::endl; } } else { - std::cerr << "Selected input empty: \"" << selectedInput.toStdString() << "\"" << std::endl; + std::cerr << "Selected input empty: \"" << selectedInput << "\"" << std::endl; } // Write parameters back to transform object