test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
40:ec5c1b305b9a
Parent:
39:e8d6dd3c75c7
diff -r e8d6dd3c75c7 -r ec5c1b305b9a Person.cpp
--- a/Person.cpp	Tue Dec 13 11:55:17 2016 +0000
+++ b/Person.cpp	Tue Dec 13 13:32:44 2016 +0000
@@ -38,6 +38,5 @@
 }
 
 bool Person::isGround(int height){
-    printf("height: %d, person: %d \n", height, p.y + PERSON_SIZE - 1);
     return height == (p.y + PERSON_SIZE - 1);
 }
\ No newline at end of file