remove debugging print - refs #1477

This commit is contained in:
Dane Springmeyer 2012-10-16 12:23:26 -07:00
parent 3252233a42
commit 1c9aa5bc09

View file

@ -296,7 +296,6 @@ void feature_style_processor<Processor>::apply_to_layer(layer const& lay, Proces
{
if (style->active(scale_denom))
{
std::clog << "triggering\n";
// trigger any needed compositing ops
p.start_style_processing(*style);
p.end_style_processing(*style);