remove annoying 'timeslot' debug-log printf

Wed, 01 Dec 2010 22:01:58 +0000

author
Philip Pemberton <philpem@philpem.me.uk>
date
Wed, 01 Dec 2010 22:01:58 +0000
changeset 23
3d964a6aa59b
parent 22
95a309c51464
child 24
724d2f6deb37

remove annoying 'timeslot' debug-log printf

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