mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Removed a debug print line.
This commit is contained in:
@@ -159,7 +159,6 @@ public class UntapAi extends SpellAbilityAi {
|
||||
&& ab.getPayCosts() != null
|
||||
&& ab.getPayCosts().hasOnlySpecificCostType(CostTap.class)
|
||||
&& ab.canTarget(source)) {
|
||||
System.out.println("Found a recursive untap target: " + c);
|
||||
toRemove.add(c);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user