diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 4ae9eb5d9..cb6690ab1 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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;