changeset 406:b83db9792d11

* Reduce time stretcher to one channel when overload occurs
author Chris Cannam
date Mon, 07 Jul 2008 16:49:53 +0000
parents 7920688d8e70
children 4cb5cd9ccac7
files view/View.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.cpp	Thu Jun 26 12:41:23 2008 +0000
+++ b/view/View.cpp	Mon Jul 07 16:49:53 2008 +0000
@@ -1401,7 +1401,7 @@
                     (wfm = dynamic_cast<RangeSummarisableTimeValueModel *>
                      (model->getSourceModel()))) {
                     completion = wfm->getAlignmentCompletion();
-                    std::cerr << "View::checkProgress: Alignment completion = " << completion << std::endl;
+//                    std::cerr << "View::checkProgress: Alignment completion = " << completion << std::endl;
                     if (completion < 100) {
                         text = tr("Alignment");
                     }