debug output removed

This commit is contained in:
honfika@gmail.com
2015-07-31 15:53:16 +02:00
parent c638f04492
commit 1ad532aff7

View File

@@ -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();