Fix: Accidentally left debug print in last commit

This commit is contained in:
Joshua Leung 2017-07-11 23:39:35 +12:00
parent fdfcbfd040
commit cd3b3e4a57
1 changed files with 0 additions and 1 deletions

View File

@ -581,7 +581,6 @@ static void rna_FModifier_blending_range(PointerRNA *ptr, float *min, float *max
*min = 0.0f;
*max = fcm->efra - fcm->sfra;
printf("blending range: %f -> %f (%f, %f)\n", *min, *max, fcm->sfra, fcm->efra);
}
static void rna_FModifier_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr)