mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
removed print out statement used in debugging
This commit is contained in:
parent
b51b5272b3
commit
abc5a601d8
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ public class BeginningOfEndStepTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
private String generateConditionString() {
|
||||
System.out.println("GenCondString called");
|
||||
if (interveningIfClauseCondition != null) {
|
||||
if (interveningIfClauseCondition.toString().startsWith("if")) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue