[Bf-blender-cvs] [491d777efcf] master: Cleanup: remove debug printf()

Sybren A. Stüvel noreply at git.blender.org
Fri Oct 16 10:59:49 CEST 2020


Commit: 491d777efcfcb51a666253d9e994205b749ea5ff
Author: Sybren A. Stüvel
Date:   Fri Oct 16 10:59:43 2020 +0200
Branches: master
https://developer.blender.org/rB491d777efcfcb51a666253d9e994205b749ea5ff

Cleanup: remove debug printf()

No functional changes.

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

M	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: {



More information about the Bf-blender-cvs mailing list