*Removed debug output from AbilityFactory.

This commit is contained in:
jendave
2011-08-06 16:56:47 +00:00
parent 8ed64cfc0b
commit 89fa8f6ffd

View File

@@ -159,11 +159,6 @@ public class AbilityFactory {
isTargeted = true;
}
if(hostCard.getName().equals("Goblin Ruinblaster"))
{
System.out.println("Bug station next");
}
if (isTargeted)
{
String min = mapParams.containsKey("TargetMin") ? mapParams.get("TargetMin") : "1";