disabled debug flag.. caused NullPointerException if prog was empty

This commit is contained in:
benfry
2003-09-03 02:50:24 +00:00
parent c1f4b4b887
commit 2dc5ac6156

View File

@@ -164,7 +164,7 @@ public class PdePreprocessor {
writeFooter(stream);
stream.close();
final boolean debug = true;
final boolean debug = false; //true;
// if we're debugging, serialize the parse tree to an XML file. can
// be viewed usefully with Mozilla or IE