remove debug statement
This commit is contained in:
parent
ecdcd29c51
commit
8d7bc8c4b2
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ class AltitudeAreaGeometries:
|
||||||
upper=altitude + int(0.001 * 1000),
|
upper=altitude + int(0.001 * 1000),
|
||||||
crops=crops)
|
crops=crops)
|
||||||
for height, geometry in self.obstacles.items():
|
for height, geometry in self.obstacles.items():
|
||||||
print(height)
|
|
||||||
geometry.build_polyhedron(create_polyhedron,
|
geometry.build_polyhedron(create_polyhedron,
|
||||||
lower=altitude,
|
lower=altitude,
|
||||||
upper=altitude + height,
|
upper=altitude + height,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue