From 6811bb4af0c651488fe76fe522a2cb9127fcd88d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 8 Nov 2016 13:51:14 -0500 Subject: [PATCH] don't punish everyone for this debugging work --- app/src/processing/app/Base.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index a0497b17a..6186af3a2 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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;