summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-02-14 15:33:21 +0100
committerkrangelov <kr.angelov@gmail.com>2019-02-14 15:33:21 +0100
commit409731413e96a8056ca94a1ec6583f4f61bc6144 (patch)
treec0040e8348ca981efd59d11f22e639d4b4c6c86c /src/runtime/c/pgf
parent8a5e7fa25d0ab0de9d90f441f0c7dcb7f0d7b331 (diff)
disable the parser debugger which was left enabled by accident
Diffstat (limited to 'src/runtime/c/pgf')
-rw-r--r--src/runtime/c/pgf/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c
index 20deba9da..cb59b2a55 100644
--- a/src/runtime/c/pgf/parser.c
+++ b/src/runtime/c/pgf/parser.c
@@ -10,7 +10,7 @@
#include <math.h>
#include <stdlib.h>
-#define PGF_PARSER_DEBUG
+//#define PGF_PARSER_DEBUG
//#define PGF_COUNTS_DEBUG
//#define PGF_RESULT_DEBUG