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