remove debug print

This commit is contained in:
Andrej730
2024-11-26 17:55:13 +05:00
parent 85b7249a77
commit 268cbe9a69
@@ -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"]