mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Removed rogue print statement from test
This commit is contained in:
parent
61b5609ae9
commit
9de285a876
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ public class BattlefieldThaumaturgeTest extends CardTestPlayerBase {
|
||||||
}
|
}
|
||||||
targetBuilder.append(target);
|
targetBuilder.append(target);
|
||||||
}
|
}
|
||||||
System.out.println(targetBuilder.toString());
|
|
||||||
return targetBuilder.toString();
|
return targetBuilder.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue