remove debug statement
This commit is contained in:
parent
4188d97056
commit
f58b30910e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue