From 491d777efcfcb51a666253d9e994205b749ea5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 16 Oct 2020 10:59:43 +0200 Subject: Cleanup: remove debug printf() No functional changes. --- source/blender/editors/animation/anim_channels_edit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/animation/anim_channels_edit.c') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index 5bed6175ebc..77ebc1606fa 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -393,7 +393,6 @@ static void anim_channels_select_set(bAnimContext *ac, ACHANNEL_SET_FLAG(fcu, sel, FCURVE_SELECTED); fcu->flag &= ~FCURVE_ACTIVE; - printf(" selecting and deactivating FCurve[%s; %d]\n", fcu->rna_path, fcu->array_index); break; } case ANIMTYPE_SHAPEKEY: { -- cgit v1.2.3