Mxmlc print to console removed

This commit is contained in:
Jindra Petřík
2016-08-16 23:31:55 +02:00
parent c4e1879b79
commit 25dc014e1d

View File

@@ -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,