diff --git a/src/core/org/luaj/vm2/lib/DebugLib.java b/src/core/org/luaj/vm2/lib/DebugLib.java index 3de140d1..1cb07397 100644 --- a/src/core/org/luaj/vm2/lib/DebugLib.java +++ b/src/core/org/luaj/vm2/lib/DebugLib.java @@ -39,7 +39,7 @@ public class DebugLib extends VarArgFunction { public static final boolean TRACE = (null != System.getProperty("TRACE")); // leave this unset to allow obfuscators to remove it in production builds - public static boolean DEBUG_ENABLED = false; + public static boolean DEBUG_ENABLED; private static final String[] NAMES = { "",