Remove some system outs

This commit is contained in:
jancoow
2015-06-19 10:25:44 +02:00
parent 2ed5ceeaba
commit d86d4dc62e
8 changed files with 12 additions and 56 deletions
-2
View File
@@ -32,13 +32,11 @@ public class GameControl implements JoystickListener, ButtonListener, ActionList
@Override
public void buttonPressed(ButtonEvent e) {
// System.out.println("Game control, button pressed: "+e.getButton().getButtonID());
gsm.buttonPressed(e);
}
@Override
public void buttonReleased(ButtonEvent e) {
// System.out.println("Game control, button released: "+e.getButton().getButtonID());
gsm.buttonReleased(e);
}