mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
commented-out debugging line
This commit is contained in:
@@ -206,7 +206,7 @@ public class CardPanel extends JPanel implements CardContainer{
|
||||
if (AllZone.ManaPool != null) {
|
||||
String s = AllZone.ManaPool.getManaList();
|
||||
if (!s.equals("|||||||||||")) {
|
||||
System.out.println("ManaList: " + s);
|
||||
//System.out.println("ManaList: " + s);
|
||||
|
||||
String mList[] = s.split("\\|", 12);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user