From 718b7193066fd8b25defbe0d2e93746d9ac36d45 Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Thu, 25 Apr 2013 08:15:32 +0000 Subject: [PATCH] disabling debug output for svn --- src/main/java/forge/gui/InputProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/forge/gui/InputProxy.java b/src/main/java/forge/gui/InputProxy.java index 723472898e6..7cca53aed8c 100644 --- a/src/main/java/forge/gui/InputProxy.java +++ b/src/main/java/forge/gui/InputProxy.java @@ -43,7 +43,7 @@ public class InputProxy implements Observer { private AtomicReference input = new AtomicReference(); private MatchController match = null; - private static final boolean INPUT_DEBUG = true; + private static final boolean INPUT_DEBUG = false; public void setMatch(MatchController matchController) { match = matchController;