reverted accidental change

This commit is contained in:
Manindra Moharana
2015-08-18 23:37:08 -07:00
parent 6047de8ac1
commit d0225bfa2c

View File

@@ -59,7 +59,7 @@ public class Base {
/** Set true if this a proper release rather than a numbered revision. */
/** True if heavy debugging error/log messages are enabled */
static public boolean DEBUG = !false;
static public boolean DEBUG = false;
// static public boolean DEBUG = true;
static private boolean commandLine;