removed printf to reduce avr image size

This commit is contained in:
Christian Kroll 2010-08-24 23:01:21 +00:00
parent 39d558758c
commit 372b3117f6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void rebound_draw ()
else
playfield_set (i, NUM_ROWS-1, sp); /* space */
}
printf("rpos: %i\n", rbpos);
// printf("rpos: %i\n", rbpos);
}
void rebound_tick(ball_t *ball)