diff transform/FeatureExtractionPluginTransform.cpp @ 118:4170b21773cf

* a bit more debug output tidying
author Chris Cannam
date Mon, 15 May 2006 13:04:37 +0000
parents c30728d5625c
children c1de4b4e9c29
line wrap: on
line diff
--- a/transform/FeatureExtractionPluginTransform.cpp	Fri May 12 14:40:43 2006 +0000
+++ b/transform/FeatureExtractionPluginTransform.cpp	Mon May 15 13:04:37 2006 +0000
@@ -96,9 +96,6 @@
         return;
     }
 
-    //!!! cope with plugins that request non-power-of-2 block sizes in
-    // the frequency domain!
-
     Vamp::Plugin::OutputList outputs = m_plugin->getOutputDescriptors();
 
     if (outputs.empty()) {