Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-12-22 19:53:00 +0300
committerBastien Montagne <bastien@blender.org>2021-12-22 19:53:00 +0300
commit3579a9e0fcf2f1d8adf0fca17ad829d1b1375d1e (patch)
treea0563ac75515955f1f998de38f5c714e5609b44e /source/blender/editors/space_outliner/outliner_edit.c
parent921708fc76d13f5793699fb31b4efb7cd78ebd4e (diff)
Cleanup: Remove debug print.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_edit.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c2
1 files changed, 0 insertions, 2 deletions
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);