comment out debug

This commit is contained in:
Maxmtg
2012-10-26 22:40:38 +00:00
parent 724f334054
commit 5f4de1786e

View File

@@ -48,7 +48,7 @@ public class GuiInput extends MyObservable implements Observer {
PhaseHandler ph = Singletons.getModel().getGame().getPhaseHandler(); PhaseHandler ph = Singletons.getModel().getGame().getPhaseHandler();
final Input tmp = Singletons.getModel().getMatch().getInput().getActualInput(); final Input tmp = Singletons.getModel().getMatch().getInput().getActualInput();
System.out.println(ph.getPlayerTurn() + "'s " + ph.getPhase() + ", priority of " + ph.getPriorityPlayer() + " @ actual input is " + ( tmp == null ? "null" : tmp.getClass().getName()) + "; MHP = " + ph.mayPlayerHavePriority() ); // System.out.println(ph.getPlayerTurn() + "'s " + ph.getPhase() + ", priority of " + ph.getPriorityPlayer() + " @ actual input is " + ( tmp == null ? "null" : tmp.getClass().getName()) + "; MHP = " + ph.mayPlayerHavePriority() );
if (tmp != null) { if (tmp != null) {
this.setInput(tmp); this.setInput(tmp);
} else if ( !ph.mayPlayerHavePriority() ) { } else if ( !ph.mayPlayerHavePriority() ) {