mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 13:14:53 +00:00
removed accidentally left debug info
This commit is contained in:
@@ -1234,9 +1234,6 @@ public class Graph {
|
||||
}
|
||||
if (lastP1 != null && canBeBreakCandidate(localData, part)) {
|
||||
if (lastP1.breakCandidates.contains(part)) {
|
||||
if (part.start == 54) {
|
||||
System.err.println("xxx");
|
||||
}
|
||||
lastP1.breakCandidates.add(part);
|
||||
lastP1.breakCandidatesLevels.add(level);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user