We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37a6bc commit fe01b57Copy full SHA for fe01b57
app/src/processing/app/Base.java
@@ -61,8 +61,8 @@ public class Base {
61
/** Set true if this a proper release rather than a numbered revision. */
62
63
/** True if heavy debugging error/log messages are enabled */
64
-// static public boolean DEBUG = false;
65
- static public boolean DEBUG = true;
+ static public boolean DEBUG = false;
+// static public boolean DEBUG = true;
66
67
static private boolean commandLine;
68
0 commit comments