From 1ad532aff7a5c4ae059208a55e835b590da74370 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Fri, 31 Jul 2015 15:53:16 +0200 Subject: [PATCH] debug output removed --- .../ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java index 7beba77dd..80b5f7b5a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java @@ -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();