changeset 1000:4c8e7014abab tony-2.0-integration

Remove some debug out
author Chris Cannam
date Mon, 12 Oct 2015 17:09:51 +0100
parents 477fbf3f10ca
children 89f44d182d37
files view/ViewProxy.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/view/ViewProxy.h	Thu Aug 20 17:05:51 2015 +0100
+++ b/view/ViewProxy.h	Mon Oct 12 17:09:51 2015 +0100
@@ -71,11 +71,10 @@
 	return m_view->getValueExtents(unit, min, max, log);
     }
     virtual int getZoomLevel() const {
-	//!!! aarg, what if it's already 1?
 	int z = m_view->getZoomLevel();
-	cerr << "getZoomLevel: from " << z << " to ";
+//	cerr << "getZoomLevel: from " << z << " to ";
 	z = z / m_scaleFactor;
-	cerr << z << endl;
+//	cerr << z << endl;
         if (z < 1) z = 1;
 	return z;
     }