Cleanup: remove debug print.

This commit is contained in:
Brecht Van Lommel 2018-05-23 13:30:36 +02:00
parent 07dee0f79c
commit 37b947c7ef

@ -219,7 +219,6 @@ void BLO_update_defaults_startup_blend(Main *bmain)
scene->r.ffcodecdata.audio_mixrate = 48000;
/* set av sync by default */
printf("setting new default audio\n");
scene->audio.flag |= AUDIO_SYNC;
scene->flag &= ~SCE_FRAME_DROP;
}