Remove debug output that I completely forgot about

This commit is contained in:
Kevin Lange 2012-03-26 18:22:24 -05:00
parent 415f8251d9
commit 022fed78f0
1 changed files with 0 additions and 2 deletions

View File

@ -759,8 +759,6 @@ int main(int argc, char ** argv) {
++f;
if (frame_count != 0 && f == frame_count) {
finish();
} else {
printf("f_c = %d,%d\n", f, frame_count);
}
++i;
if (!frames[i]) {