don't punish everyone for this debugging work

This commit is contained in:
Ben Fry
2016-11-08 13:51:14 -05:00
parent 10eb4af3be
commit 6811bb4af0
+2 -2
View File
@@ -61,8 +61,8 @@ 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 = true;
static public boolean DEBUG = false;
// static public boolean DEBUG = true;
static private boolean commandLine;