disabling debug output for svn

This commit is contained in:
Maxmtg
2013-04-25 08:15:32 +00:00
parent 46e2ac3c65
commit 718b719306

View File

@@ -43,7 +43,7 @@ public class InputProxy implements Observer {
private AtomicReference<Input> input = new AtomicReference<Input>(); private AtomicReference<Input> input = new AtomicReference<Input>();
private MatchController match = null; private MatchController match = null;
private static final boolean INPUT_DEBUG = true; private static final boolean INPUT_DEBUG = false;
public void setMatch(MatchController matchController) { public void setMatch(MatchController matchController) {
match = matchController; match = matchController;