mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08: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…
Add table
Add a link
Reference in a new issue