Skip to content

Commit b312a2a

Browse files
committed
Remove print to console.
1 parent 0af8763 commit b312a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/jpexs/decompiler/flash/gui/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ public static void freeRun() {
345345
if (runTempFile != null) {
346346
deleteCookiesAfterRun(runTempFile);
347347
runTempFile.delete();
348-
System.err.println("deleted " + runTempFile);
349348
runTempFile = null;
350349
}
351350
for (File f : runTempFiles) {

0 commit comments

Comments
 (0)