mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:07:10 +00:00
debug output removed
This commit is contained in:
@@ -736,7 +736,6 @@ public class SWFInputStream implements AutoCloseable {
|
||||
return BYTE_ARRAY_EMPTY;
|
||||
}
|
||||
|
||||
System.out.println("READ BYTE ARRAY: " + count + " " + name);
|
||||
newDumpLevel(name, "bytes");
|
||||
byte[] ret = readBytesInternalEx(count);
|
||||
endDumpLevel();
|
||||
|
||||
Reference in New Issue
Block a user