mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:15:21 +00:00
remove debug print in collector.assign
This commit is contained in:
@@ -36,7 +36,6 @@ class Collector(bonsai.core.tool.Collector):
|
|||||||
# "Collection" (which is the default collection that comes with
|
# "Collection" (which is the default collection that comes with
|
||||||
# a Blender session)
|
# a Blender session)
|
||||||
if "Ifc" in users_collection.name or users_collection.name == "Collection":
|
if "Ifc" in users_collection.name or users_collection.name == "Collection":
|
||||||
print("removing", users_collection, "from", obj)
|
|
||||||
users_collection.objects.unlink(obj)
|
users_collection.objects.unlink(obj)
|
||||||
|
|
||||||
element = tool.Ifc.get_entity(obj)
|
element = tool.Ifc.get_entity(obj)
|
||||||
|
|||||||
Reference in New Issue
Block a user