remove debug print in collector.assign

This commit is contained in:
Andrej730
2024-08-26 15:18:30 +05:00
parent 286e90e299
commit 33bbf9fc53
-1
View File
@@ -36,7 +36,6 @@ class Collector(bonsai.core.tool.Collector):
# "Collection" (which is the default collection that comes with
# a Blender session)
if "Ifc" in users_collection.name or users_collection.name == "Collection":
print("removing", users_collection, "from", obj)
users_collection.objects.unlink(obj)
element = tool.Ifc.get_entity(obj)