remove unneeded line

This commit is contained in:
Laura Klünder 2017-05-29 15:22:05 +02:00
parent 37e6e58d43
commit 40a83dfa43

View file

@ -37,7 +37,6 @@ class EditorViewSet(ViewSet):
spaces_geom = cascaded_union([space.geometry for space in spaces.values() if space.level == 'normal'])
holes_geom = holes_geom.intersection(spaces_geom)
doors = section.doors.all()
for building in buildings:
building.original_geometry = building.geometry
for obj in chain(buildings, (s for s in spaces.values() if s.level == 'normal')):