X Tutup
Skip to content

Commit fe01b57

Browse files
committed
don't punish everyone for this debugging work
1 parent b37a6bc commit fe01b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public class Base {
6161
/** Set true if this a proper release rather than a numbered revision. */
6262

6363
/** True if heavy debugging error/log messages are enabled */
64-
// static public boolean DEBUG = false;
65-
static public boolean DEBUG = true;
64+
static public boolean DEBUG = false;
65+
// static public boolean DEBUG = true;
6666

6767
static private boolean commandLine;
6868

0 commit comments

Comments
 (0)
X Tutup