commented-out debugging line

This commit is contained in:
jendave
2011-08-06 20:48:44 +00:00
parent d6d9131422
commit 29a92abe08

View File

@@ -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);