remove debug statement

This commit is contained in:
Laura Klünder 2017-08-05 16:22:45 +02:00
parent 4188d97056
commit f58b30910e

View file

@ -202,7 +202,6 @@ class AltitudeArea(LevelGeometryMixin, models.Model):
# interpolate altitudes
areas_without_altitude = set(area.tmpid for area in areas if area.altitude is None)
print(areas_without_altitude)
while areas_without_altitude:
# find a area without an altitude that is connected
# to one with an altitude to start the chain