removed temporaly inserted debug prints

This commit is contained in:
Jindra Petk
2012-12-22 16:42:34 +01:00
parent 5b0e9e494a
commit 2b2d63bb27

View File

@@ -1051,7 +1051,7 @@ public HashMap<Integer,String> getLocalRegNamesFromDebug(ABC abc){
}
private ConvertOutput toSource(boolean isStatic, int classIndex, java.util.HashMap<Integer, TreeItem> localRegs, Stack<TreeItem> stack, Stack<TreeItem> scopeStack, ABC abc, ConstantPool constants, MethodInfo method_info[], MethodBody body, int start, int end,HashMap<Integer,String> localRegNames) throws ConvertException {
boolean debugMode = true;
boolean debugMode = false;
if (debugMode)
System.out.println("OPEN SubSource:" + start + "-" + end + " " + code.get(start).toString() + " to " + code.get(end).toString());
//if(true) return "";