- Remove a debug comment

This commit is contained in:
Michael Kamensky
2021-02-21 09:21:58 +03:00
parent cd567a21dc
commit 09d47eb379

View File

@@ -117,7 +117,7 @@ public class ComputerUtil {
final Cost cost = sa.getPayCosts(); final Cost cost = sa.getPayCosts();
// Remember the now-forgotten kicker cost? Why is this needed? // Remember the now-forgotten kicker cost? Why is this needed?
sa.getHostCard().setKickerMagnitude(source.getKickerMagnitude()); // the card will disappear sa.getHostCard().setKickerMagnitude(source.getKickerMagnitude());
// TODO: update mana color conversion for Daxos of Meletis // TODO: update mana color conversion for Daxos of Meletis
if (cost == null) { if (cost == null) {