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:
authorSybren A. Stüvel <sybren@blender.org>2020-10-16 11:59:43 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-10-16 11:59:43 +0300
commit491d777efcfcb51a666253d9e994205b749ea5ff (patch)
tree66c9168fcae619e171a5f9f6501f858f39ca3994 /source/blender/editors/animation/anim_channels_edit.c
parentc5bdbc340a2113f15803115f6d3db72082a49473 (diff)
Cleanup: remove debug printf()
No functional changes.
Diffstat (limited to 'source/blender/editors/animation/anim_channels_edit.c')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c1
1 files changed, 0 insertions, 1 deletions
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: {