mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 23:31:53 +00:00
Mxmlc print to console removed
This commit is contained in:
@@ -135,9 +135,6 @@ public class MxmlcAs3ScriptReplacer extends MxmlcRunner implements As3ScriptRepl
|
||||
removedPacks.add(sp);
|
||||
}
|
||||
}
|
||||
for (ScriptPack sp : removedPacks) {
|
||||
System.out.println("Removing class " + sp.getClassPath());
|
||||
}
|
||||
//Export subclasses so they can be compiled by Flex, but ONLY STUBS.
|
||||
//No method code to avoid code compilation problems.
|
||||
//This compiled code won't be used at all in original SWF,
|
||||
|
||||
Reference in New Issue
Block a user