Removed remaining system.out in AwtKeyInput thaks to @JesperSmith

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10035 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 12 years ago
parent 53807571a6
commit 7e79145d70
  1. 2
      engine/src/desktop/com/jme3/input/awt/AwtKeyInput.java

@ -120,7 +120,6 @@ public class AwtKeyInput implements KeyInput, KeyListener {
synchronized (eventQueue){
eventQueue.add(keyEvent);
}
System.out.println(evt);
}
}
@ -135,7 +134,6 @@ public class AwtKeyInput implements KeyInput, KeyListener {
synchronized (eventQueue){
eventQueue.add(keyEvent);
}
System.out.println(evt);
}
}

Loading…
Cancel
Save