changeset 297:860f9ada4327

...
author Chris Cannam
date Tue, 14 Aug 2007 19:37:10 +0000
parents ea37c229a578
children 226cb289bdf4
files layer/SingleColourLayer.cpp
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/layer/SingleColourLayer.cpp	Tue Aug 14 13:58:53 2007 +0000
+++ b/layer/SingleColourLayer.cpp	Tue Aug 14 19:37:10 2007 +0000
@@ -141,9 +141,9 @@
         // means we're being called from the constructor, and this is
         // a virtual function
         hint = getDefaultColourHint(dark, impose);
-        std::cerr << "hint = " << hint << ", impose = " << impose << std::endl;
+//        std::cerr << "hint = " << hint << ", impose = " << impose << std::endl;
     } else {
-        std::cerr << "(from ctor)" << std::endl;
+//        std::cerr << "(from ctor)" << std::endl;
     }
 
     if (hint >= 0 && impose) {
@@ -164,15 +164,15 @@
             count = m_colourRefCount[index];
         }
 
-        std::cerr << "index = " << index << ", count = " << count;
+//        std::cerr << "index = " << index << ", count = " << count;
 
         if (bestColour < 0 || count < bestCount) {
             bestColour = index;
             bestCount = count;
-            std::cerr << " *";
+//            std::cerr << " *";
         }
 
-        std::cerr << std::endl;
+//        std::cerr << std::endl;
     }
     
     if (bestColour < 0) m_colour = 0;