mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 00:51:55 +00:00
Issue #56 Removed test output left in last release
This commit is contained in:
@@ -1290,9 +1290,6 @@ public class Graph {
|
||||
GraphPart part = ret;
|
||||
while (ip < code.size()) {
|
||||
if (visited2[ip] || ((ip != startip) && (refs.get(ip).size() > 1))) {
|
||||
if (lastIp == 497) {
|
||||
System.out.println("dff");
|
||||
}
|
||||
part.end = lastIp;
|
||||
GraphPart found = null;
|
||||
for (GraphPart p : allBlocks) {
|
||||
|
||||
Reference in New Issue
Block a user