mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
reverted accidental change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user