From 4ba89267cbaab14868bb2cc7f6eb52b5b66d9683 Mon Sep 17 00:00:00 2001 From: githubert Date: Mon, 27 May 2013 00:06:28 +0200 Subject: weniger debug --- flipdot/flipdot.pde | 2 -- 1 file changed, 2 deletions(-) diff --git a/flipdot/flipdot.pde b/flipdot/flipdot.pde index 6738128..e2028db 100644 --- a/flipdot/flipdot.pde +++ b/flipdot/flipdot.pde @@ -25,8 +25,6 @@ void draw() { x = (mouseX - (mouseX % scale)) / scale; y = (mouseY - (mouseY % scale))/ scale; - println("x, y: " + x + " " + y); - if( mousePressed && (x < w && x >= 0) && (y < h && y >= 0) ) { -- cgit