mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
remove debug print
This commit is contained in:
@@ -113,7 +113,6 @@ class ExecuteIfcTester(bpy.types.Operator):
|
|||||||
tool.Tester.report = report
|
tool.Tester.report = report
|
||||||
|
|
||||||
for spec in report:
|
for spec in report:
|
||||||
print(spec)
|
|
||||||
new_spec = props.specifications.add()
|
new_spec = props.specifications.add()
|
||||||
new_spec.name = spec["name"]
|
new_spec.name = spec["name"]
|
||||||
new_spec.description = spec["description"]
|
new_spec.description = spec["description"]
|
||||||
|
|||||||
Reference in New Issue
Block a user