mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
disabling debug output for svn
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user