Allow debug lib to be removed by obfuscators.

This commit is contained in:
James Roseborough
2009-11-10 17:28:24 +00:00
parent 699bcb2e48
commit 0a0564563e

View File

@@ -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 = {
"<debug>",