aboutsummaryrefslogtreecommitdiff
path: root/dbg.d
diff options
context:
space:
mode:
Diffstat (limited to 'dbg.d')
-rw-r--r--dbg.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbg.d b/dbg.d
index e6ec197..65c83af 100644
--- a/dbg.d
+++ b/dbg.d
@@ -8,7 +8,8 @@ import parser;
//import dbg;
//import value;
-bool DEBUG = true;
+//bool DEBUG = true;
+bool DEBUG = false;
void printForm(Form f, string prefix = "") {