From a082e4967192e3735e979aee42e003401409053e Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 15 Jul 2020 15:51:13 +0200 Subject: Cleanup: remove debug prints. --- source/blender/editors/object/object_relations.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index 945c7e87eb1..94f85641a73 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -2397,14 +2397,6 @@ static int make_override_library_exec(bContext *C, wmOperator *op) /* Note that this call will also free the main relations data we created above. */ BKE_lib_override_library_dependencies_tag(bmain, id_root, LIB_TAG_DOIT, false); - ID *id; - FOREACH_MAIN_ID_BEGIN (bmain, id) { - if (id->tag & LIB_TAG_DOIT && id->lib != NULL) { - printf("ID %s tagged for override\n", id->name); - } - } - FOREACH_MAIN_ID_END; - success = BKE_lib_override_library_create_from_tag(bmain); if (success) { -- cgit v1.2.3