Revision: 129
Author: soulcatcher
Date: 2006-03-08 12:16:58 -0800 (Wed, 08 Mar 2006)
ViewCVS: http://svn.sourceforge.net/pcgen/?rev=129&view=rev
Log Message:
-----------
removed some debugging code
Modified Paths:
--------------
Trunk/pcgen/code/src/java/pcgen/util/PJEP.java
Modified: Trunk/pcgen/code/src/java/pcgen/util/PJEP.java
===================================================================
--- Trunk/pcgen/code/src/java/pcgen/util/PJEP.java 2006-03-08 19:40:14 UTC (rev 128)
+++ Trunk/pcgen/code/src/java/pcgen/util/PJEP.java 2006-03-08 20:16:58 UTC (rev 129)
@@ -55,7 +55,6 @@
private String variableSource;
private static List commandList = new ArrayList();
private List localCommandList = new ArrayList();
- private static int n = 0;
public static void addCommand(Class clazz) {
commandList.add(clazz);
@@ -84,7 +83,6 @@
addVariable("TRUE", 1);
addVariable("FALSE", 0);
- System.out.println(n++);
}
public void parseExpression(String expression_in)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|