mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 07:49:18 +00:00
AS3 parser debug mode set back to off
This commit is contained in:
@@ -126,7 +126,7 @@ import java.util.logging.Logger;
|
||||
public class ActionScriptParser {
|
||||
|
||||
private long uniqLast = 0;
|
||||
private final boolean debugMode = true;
|
||||
private final boolean debugMode = false;
|
||||
private static final String AS3_NAMESPACE = "http://adobe.com/AS3/2006/builtin";
|
||||
|
||||
private final ABC abc;
|
||||
|
||||
Reference in New Issue
Block a user