Wed, 01 Dec 2010 22:01:58 +0000
remove annoying 'timeslot' debug-log printf
src/main.c | file | annotate | diff | revisions |
1.1 --- a/src/main.c Wed Dec 01 22:01:23 2010 +0000 1.2 +++ b/src/main.c Wed Dec 01 22:01:58 2010 +0000 1.3 @@ -222,8 +222,6 @@ 1.4 clock_cycles -= CLOCKS_PER_60HZ; 1.5 } 1.6 1.7 - printf("timeslot\n"); 1.8 - 1.9 // make sure frame rate is equal to real time 1.10 uint32_t now = SDL_GetTicks(); 1.11 if (now < next_timeslot) {