diff view/Pane.cpp @ 1355:b9bfcb8cd5a1

Remove some debug bits
author Chris Cannam
date Wed, 10 Oct 2018 14:50:47 +0100
parents 40b9a495a0e0
children 93eaff6f206d
line wrap: on
line diff
--- a/view/Pane.cpp	Wed Oct 10 14:33:10 2018 +0100
+++ b/view/Pane.cpp	Wed Oct 10 14:50:47 2018 +0100
@@ -189,13 +189,12 @@
     m_hthumb->setMaximumValue(count);
     m_hthumb->setValue(count - current);
 
-    cerr << "set value to " << count - 1 - current << endl;
-
-    cerr << "default value is " << m_hthumb->getDefaultValue() << endl;
+//    cerr << "set value to " << count - 1 - current << endl;
+//    cerr << "default value is " << m_hthumb->getDefaultValue() << endl;
 
     if (m_hthumb->getDefaultValue() == 0) {
         m_hthumb->setDefaultValue(count - current);
-        cerr << "set default value to " << m_hthumb->getDefaultValue() << endl;
+//        cerr << "set default value to " << m_hthumb->getDefaultValue() << endl;
     }
 
     bool haveVThumb = false;