*Removed debug output.

This commit is contained in:
Hellfish
2011-10-05 07:13:36 +00:00
parent 85a7fe15e1
commit 7c6b96acd2

View File

@@ -1197,10 +1197,6 @@ public class AbilityFactory {
public static int calculateAmount(final Card card, String amount, final SpellAbility ability) {
// amount can be anything, not just 'X' as long as sVar exists
if(card.getName().equals("Johtull Wurm"))
{
System.out.println("Heyo!");
}
if (amount == null) {
return 0;
}