mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
don't punish everyone for this debugging work
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user