mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
- Removed a debugging line.
This commit is contained in:
parent
f52bc17ca5
commit
66362aa797
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ class DeclarationInStoneEffect extends OneShotEffect {
|
|||
}
|
||||
controller.moveCards(cardsToExile, Zone.EXILED, source, game);
|
||||
game.applyEffects();
|
||||
System.out.println("The nonTokenCount is " + nonTokenCount);
|
||||
if (nonTokenCount > 0) {
|
||||
new ClueArtifactToken().putOntoBattlefield(nonTokenCount, game, source.getSourceId(), targetPermanent.getControllerId(), false, false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue