summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-03-26 00:26:16 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-03-26 00:26:16 +0100
commit66064941c8419f559b9c9ff2437308294eee316f (patch)
treea3ad9efbde46494bd18cb79c4d74afcbe633f508 /core
parent2aeeefe00c1484e2a84d9764b6d1ff6d87f884cd (diff)
downloadRustAndDust-66064941c8419f559b9c9ff2437308294eee316f.zip
RustAndDust-66064941c8419f559b9c9ff2437308294eee316f.tar.gz
StateEngage: remove useless debug message
Diffstat (limited to 'core')
-rw-r--r--core/src/ch/asynk/rustanddust/game/states/StateEngage.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/states/StateEngage.java b/core/src/ch/asynk/rustanddust/game/states/StateEngage.java
index babe757..267d4d5 100644
--- a/core/src/ch/asynk/rustanddust/game/states/StateEngage.java
+++ b/core/src/ch/asynk/rustanddust/game/states/StateEngage.java
@@ -24,8 +24,7 @@ public class StateEngage extends StateCommon
}
selectedUnit.showAttack();
map.hexSelect(selectedHex);
- } else
- RustAndDust.debug("should not happen");
+ }
}
@Override