mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Get rid of a debug println.
This commit is contained in:
@@ -287,7 +287,6 @@ public final class CardEdition implements Comparable<CardEdition> { // immutable
|
||||
break;
|
||||
}
|
||||
res.foilChanceInBooster = section.getDouble("FoilChanceInBooster", 21.43F) / 100.0F;
|
||||
System.out.println("chance = " + res.foilChanceInBooster);
|
||||
res.foilAlwaysInCommonSlot = section.getBoolean("FoilAlwaysInCommonSlot", false);
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user