mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Remove debug print statement
This commit is contained in:
@@ -749,7 +749,6 @@ class PolylineDecorator:
|
||||
|
||||
# Area highlight
|
||||
if polyline_data:
|
||||
print("A", polyline_data.area)
|
||||
_, area = tool.Polyline.validate_input(polyline_data.area, "AREA")
|
||||
if area:
|
||||
if float(area) > 0:
|
||||
|
||||
Reference in New Issue
Block a user