James Cummins / Mbed 2 deprecated el17jnc

Dependencies:   mbed

Revision:
34:7e03391cb8a6
Parent:
31:c95f1b1d6423
Child:
36:9f7463a65fe0
--- a/Map/Map.cpp	Sun Apr 28 11:52:41 2019 +0000
+++ b/Map/Map.cpp	Tue Apr 30 10:55:22 2019 +0000
@@ -67,7 +67,7 @@
         int x = ball_pixels[i].x;
         if(gamemap[y][x] == 1){
             collision = true;
-            printf("colliding pixel = %d,%d\n", x, y);
+            /*printf("colliding pixel = %d,%d\n", x, y);*/
             break;
         } else { collision = false; }
     }