diff data/model/AlignmentModel.cpp @ 379:62789d79b98f sv1-v1.2pre4

* Further fixes to the handling of playback frame and buffered frame counts
author Chris Cannam
date Mon, 11 Feb 2008 12:46:39 +0000
parents ab24af1271e9
children 88ad01799040
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp	Fri Feb 08 17:51:15 2008 +0000
+++ b/data/model/AlignmentModel.cpp	Mon Feb 11 12:46:39 2008 +0000
@@ -278,7 +278,9 @@
     const PathModel::PointList &points = path->getPoints();
 
     if (points.empty()) {
+#ifdef DEBUG_ALIGNMENT_MODEL
         std::cerr << "AlignmentModel::align: No points" << std::endl;
+#endif
         return frame;
     }