No more prints

Signed-off-by: officereso <qrs01@snowtx.com>
This commit is contained in:
officereso 2019-05-24 21:32:15 -05:00
parent b5ed376176
commit 56eaaeca4c

View File

@ -73,7 +73,6 @@ public class Main extends Applet {
Px+=10; Px+=10;
} }
score++; score++;
System.out.println(score);
repaint(); repaint();
return true; return true;
} }