Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Jul 31, 2014
1 parent 40f97bb commit 098b404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imposm/geom.py
Expand Up @@ -284,7 +284,6 @@ def geom(self):
# GEOS internal data structure for prepared geometries grows over time,
# recreate to limit memory consumption
if not self._prepared_geom or self._prepared_counter > self._prepared_max:
print 'create prepared'
self._prepared_geom = shapely.prepared.prep(self._geom)
self._prepared_counter = 0
self._prepared_counter += 1
Expand Down

0 comments on commit 098b404

Please sign in to comment.