Skip to content

Commit

Permalink
cleanup unused debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 19, 2016
1 parent c67607c commit b8bd2ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vector_tile_geometry_decoder.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <algorithm>
#include <cmath>
#include <stdexcept>
#include <iostream>

namespace mapnik
{
Expand Down Expand Up @@ -449,7 +448,6 @@ void decode_polygon(mapnik::geometry::geometry<geom_value_type> & geom,
ring.add_coord(x0_, y0_);
ring_area += calculate_segment_area(x1, y1, x0, y0);
}
//std::clog << "ring size: " << ring.size() << " ring area: " << ring_area << std::endl;
if (ring.size() > 3)
{
if (first_ring)
Expand Down

0 comments on commit b8bd2ab

Please sign in to comment.