peace and quiet

This commit is contained in:
leijurv
2018-08-24 08:42:54 -07:00
parent 37d4e7b178
commit 5b60d01c11
2 changed files with 1 additions and 3 deletions

View File

@@ -84,8 +84,6 @@ public final class InputOverrideHandler implements Helper {
* @param forced Whether or not the state is being forced
*/
public final void setInputForceState(Input input, boolean forced) {
if (!forced)
System.out.println(input);
inputForceStateMap.put(input.getKeyBinding(), forced);
}