Skip to content

Commit

Permalink
remove debugging print - refs #1477
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 16, 2012
1 parent 3252233 commit 1c9aa5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/mapnik/feature_style_processor_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1c9aa5b

Please sign in to comment.