forked from External/mage
fixed test failures (fixes #8016)
This commit is contained in:
parent
c08c4bbb36
commit
d3b5c51428
4 changed files with 10 additions and 7 deletions
|
|
@ -134,9 +134,6 @@ public class BeginningOfEndStepTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
return clauseText + ", ";
|
||||
}
|
||||
System.out.println("==================");
|
||||
System.out.println(clauseText);
|
||||
System.out.println("==================");
|
||||
return "if " + clauseText + ", ";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue