changeset 140:107ca17594c8 sv1-1.0rc1

* remove more debug output
author Chris Cannam
date Mon, 30 Apr 2007 14:31:39 +0000
parents ee977f93f66c
children c3114dffdff4
files document/Document.cpp transform/RealTimePluginTransform.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/document/Document.cpp	Mon Apr 30 14:28:47 2007 +0000
+++ b/document/Document.cpp	Mon Apr 30 14:31:39 2007 +0000
@@ -325,7 +325,7 @@
 	return;
     }
 
-    std::cerr << "Document::addDerivedModel: source is " << inputModel << " \"" << inputModel->objectName().toStdString() << "\"" << std::endl;
+//    std::cerr << "Document::addDerivedModel: source is " << inputModel << " \"" << inputModel->objectName().toStdString() << "\"" << std::endl;
 
     ModelRecord rec;
     rec.source = inputModel;
--- a/transform/RealTimePluginTransform.cpp	Mon Apr 30 14:28:47 2007 +0000
+++ b/transform/RealTimePluginTransform.cpp	Mon Apr 30 14:31:39 2007 +0000
@@ -42,7 +42,7 @@
 {
     if (!m_context.blockSize) m_context.blockSize = 1024;
 
-    std::cerr << "RealTimePluginTransform::RealTimePluginTransform: plugin " << pluginId.toStdString() << ", output " << output << std::endl;
+//    std::cerr << "RealTimePluginTransform::RealTimePluginTransform: plugin " << pluginId.toStdString() << ", output " << output << std::endl;
 
     RealTimePluginFactory *factory =
 	RealTimePluginFactory::instanceFor(pluginId);