diff plugin/FeatureExtractionPluginFactory.cpp @ 241:2b40f83e7627

* Make audio file reader factory try for a reader based on the file's extension, before trying all readers * Remove some debug output
author Chris Cannam
date Thu, 01 Mar 2007 12:15:08 +0000
parents 71f869dac40b
children d3ac9f953ebf
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp	Wed Feb 28 11:20:14 2007 +0000
+++ b/plugin/FeatureExtractionPluginFactory.cpp	Thu Mar 01 12:15:08 2007 +0000
@@ -125,7 +125,7 @@
                 QString id = PluginIdentifier::createIdentifier
                     ("vamp", soname, descriptor->identifier);
                 rv.push_back(id);
-                std::cerr << "Found id " << id.toStdString() << std::endl;
+//                std::cerr << "Found id " << id.toStdString() << std::endl;
                 ++index;
             }