debug print removed

This commit is contained in:
Jindra Petřík
2015-11-22 06:03:20 +01:00
parent ac6e6d040f
commit ab702f4725

View File

@@ -219,7 +219,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld {
AVM2Instruction ins = code.code.get(idx);
InstructionDefinition def = ins.definition;
System.err.println("" + idx + ": " + ins + " stack:" + stack.size());
//System.err.println("" + idx + ": " + ins + " stack:" + stack.size());
// do not throw EmptyStackException, much faster
int requiredStackSize = ins.getStackPopCount(localData);