[Bf-blender-cvs] [e5688f67aa8] master: Cleanup: Left-over debug print in own recent commit.

Bastien Montagne noreply at git.blender.org
Mon Apr 4 11:37:36 CEST 2022


Commit: e5688f67aa85b4e9500aa746a5dd0e1fde2493b4
Author: Bastien Montagne
Date:   Mon Apr 4 11:36:39 2022 +0200
Branches: master
https://developer.blender.org/rBe5688f67aa85b4e9500aa746a5dd0e1fde2493b4

Cleanup: Left-over debug print in own recent commit.

Kudos to Aaron Carlisle (@Blendify) for noticing it!

===================================================================

M	source/blender/editors/space_outliner/outliner_tools.cc

===================================================================

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<Collection *>(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);
       }
     }



More information about the Bf-blender-cvs mailing list