Cleanup: remove debug printf()

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-10-16 10:59:43 +02:00
parent c5bdbc340a
commit 491d777efc
1 changed files with 0 additions and 1 deletions

View File

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