Cleanup: Remove debug print.

This commit is contained in:
Bastien Montagne 2021-12-22 17:53:00 +01:00
parent 921708fc76
commit 3579a9e0fc
1 changed files with 0 additions and 2 deletions

View File

@ -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);