remove addl debug chatter

This commit is contained in:
benfry
2011-01-26 22:51:28 +00:00
parent 2ddca09981
commit 212d02bdeb
5 changed files with 30 additions and 26 deletions

View File

@@ -149,8 +149,8 @@ public class Compiler {
String errorMessage = pieces[4];
exception = build.placeException(errorMessage,
dotJavaFilename,
dotJavaLineIndex);
dotJavaFilename,
dotJavaLineIndex);
/*
int codeIndex = 0; //-1;
int codeLine = -1;