remove debug statement

This commit is contained in:
Laura Klünder 2017-10-19 15:35:10 +02:00
parent 60f855d518
commit 0d1a45b565

View file

@ -16,7 +16,6 @@ def render_svg(level, miny, minx, maxy, maxx, scale=1):
primary_level_count = 0
for geoms, default_height in reversed(render_level_data):
if geoms.holes is not None:
print(geoms.holes.area)
primary_level_count += 1
geoms.crop_to = crop_to if primary_level_count > 1 else None