- Commented out the console output of generated token names that I used for testing

This commit is contained in:
moomarc
2012-08-21 15:03:17 +00:00
parent 24af3ccea1
commit aa4fb71039

View File

@@ -546,7 +546,7 @@ public class AbilityFactoryToken extends AbilityFactory {
} else { } else {
imageName = this.tokenImage; imageName = this.tokenImage;
} }
System.out.println("AF_Token imageName = " + imageName); // System.out.println("AF_Token imageName = " + imageName);
for (final char c : colorDesc.toCharArray()) { for (final char c : colorDesc.toCharArray()) {
cost += c + ' '; cost += c + ' ';