Remove debug output that I completely forgot about
This commit is contained in:
parent
415f8251d9
commit
022fed78f0
@ -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]) {
|
||||
|
Loading…
Reference in New Issue
Block a user