Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Aug 17, 2017
1 parent 1a8bbd2 commit 979e592
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions s2reader/s2reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,6 @@ def _get_mask(self, mask_type=None):
pyproj.Proj(init='EPSG:4326')
)

print self.srid, transform(
project, Polygon(exterior, interiors)
)

yield dict(
geometry=transform(
project, Polygon(exterior, interiors)
Expand Down

0 comments on commit 979e592

Please sign in to comment.