From 33bbf9fc530506fc6268f34f747d60df7365c4c8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 26 Aug 2024 15:18:30 +0500 Subject: [PATCH] remove debug print in collector.assign --- src/bonsai/bonsai/tool/collector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bonsai/bonsai/tool/collector.py b/src/bonsai/bonsai/tool/collector.py index db39675d75..b5b163d967 100644 --- a/src/bonsai/bonsai/tool/collector.py +++ b/src/bonsai/bonsai/tool/collector.py @@ -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)