Left in debug prints

This commit is contained in:
2009-10-14 03:00:35 +00:00
parent e87839b673
commit 828e3f3059

View File

@@ -4563,8 +4563,6 @@ void special_aftertrans_update(TransInfo *t)
if (ANIM_animdata_context_getdata(&ac) == 0)
return;
printf("automerge dopesheet keys \n");
if (ac.datatype == ANIMCONT_DOPESHEET) {
ListBase anim_data = {NULL, NULL};
bAnimListElem *ale;
@@ -4581,7 +4579,6 @@ void special_aftertrans_update(TransInfo *t)
if ( (saction->flag & SACTION_NOTRANSKEYCULL)==0 &&
((cancelled == 0) || (duplicate)) )
{
printf("\tdo fcurve clean \n");
if (adt) {
ANIM_nla_mapping_apply_fcurve(adt, fcu, 0, 1);
posttrans_fcurve_clean(fcu);