[Bf-blender-cvs] [3579a9e0fcf] master: Cleanup: Remove debug print.

Bastien Montagne noreply at git.blender.org
Wed Dec 22 17:53:25 CET 2021


Commit: 3579a9e0fcf2f1d8adf0fca17ad829d1b1375d1e
Author: Bastien Montagne
Date:   Wed Dec 22 17:53:00 2021 +0100
Branches: master
https://developer.blender.org/rB3579a9e0fcf2f1d8adf0fca17ad829d1b1375d1e

Cleanup: Remove debug print.

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

M	source/blender/editors/space_outliner/outliner_edit.c

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

diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index ba4759826cd..8ddd58bcc18 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -629,8 +629,6 @@ static bool outliner_id_remap_find_tree_element(bContext *C,
       TreeStoreElem *tselem = TREESTORE(te);
 
       if ((tselem->type == TSE_SOME_ID) && tselem->id) {
-        printf("found id %s (%p)!\n", tselem->id->name, tselem->id);
-
         RNA_enum_set(op->ptr, "id_type", GS(tselem->id->name));
         RNA_enum_set_identifier(C, op->ptr, "new_id", tselem->id->name + 2);
         RNA_enum_set_identifier(C, op->ptr, "old_id", tselem->id->name + 2);



More information about the Bf-blender-cvs mailing list