# HG changeset patch # User Chris Cannam # Date 1187120230 0 # Node ID 860f9ada43272fdc2e3fcbfce8cbf80b357a8f68 # Parent ea37c229a578ac3e9c20b267ec1af4ef3154b17e ... diff -r ea37c229a578 -r 860f9ada4327 layer/SingleColourLayer.cpp --- 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;