mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 12:30:46 +00:00
checkstyle fix, removing unneccessary code
This commit is contained in:
@@ -544,7 +544,6 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
}
|
||||
|
||||
for (int bodyIndex : bodyToPosToLine.keySet()) {
|
||||
System.err.println("bi="+bodyIndex);
|
||||
List<AVM2Instruction> delIns = new ArrayList<>();
|
||||
|
||||
MethodBody b = abc.bodies.get(bodyIndex);
|
||||
|
||||
Reference in New Issue
Block a user