remove debug statement

This commit is contained in:
Laura Klünder 2019-12-22 23:15:58 +01:00
parent e8e71cd11c
commit e8817e1aa4

View file

@ -108,7 +108,6 @@ class MapRenderer:
for i, altitudearea in enumerate(geoms.altitudeareas): for i, altitudearea in enumerate(geoms.altitudeareas):
for height, height_obstacles in altitudearea.obstacles.items(): for height, height_obstacles in altitudearea.obstacles.items():
for color, color_obstacles in height_obstacles.items(): for color, color_obstacles in height_obstacles.items():
print(height, color)
for obstacle in color_obstacles: for obstacle in color_obstacles:
if color: if color:
fill_rgb = color_to_rgb(color) fill_rgb = color_to_rgb(color)