mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Commented out the console output of generated token names that I used for testing
This commit is contained in:
@@ -546,7 +546,7 @@ public class AbilityFactoryToken extends AbilityFactory {
|
||||
} else {
|
||||
imageName = this.tokenImage;
|
||||
}
|
||||
System.out.println("AF_Token imageName = " + imageName);
|
||||
// System.out.println("AF_Token imageName = " + imageName);
|
||||
|
||||
for (final char c : colorDesc.toCharArray()) {
|
||||
cost += c + ' ';
|
||||
|
||||
Reference in New Issue
Block a user