From e5688f67aa85b4e9500aa746a5dd0e1fde2493b4 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 4 Apr 2022 11:36:39 +0200 Subject: Cleanup: Left-over debug print in own recent commit. Kudos to Aaron Carlisle (@Blendify) for noticing it! --- source/blender/editors/space_outliner/outliner_tools.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc index 6cbb701d763..67bc0e91053 100644 --- a/source/blender/editors/space_outliner/outliner_tools.cc +++ b/source/blender/editors/space_outliner/outliner_tools.cc @@ -795,7 +795,6 @@ static void id_override_library_create_hierarchy_pre_process_fn(bContext *UNUSED Collection *root_collection = reinterpret_cast(id_root_reference); FOREACH_COLLECTION_OBJECT_RECURSIVE_BEGIN (root_collection, object_iter) { if (id_root_reference->lib == object_iter->id.lib && object_iter->type == OB_ARMATURE) { - printf("Foooo\n"); data->selected_id_uid.add(object_iter->id.session_uuid); } } -- cgit v1.2.3