summaryrefslogtreecommitdiffstatshomepage
path: root/py/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/main.c')
-rw-r--r--py/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/main.c b/py/main.c
index cca52c4e73..2059a8fc48 100644
--- a/py/main.c
+++ b/py/main.c
@@ -33,7 +33,7 @@ int main(int argc, char **argv) {
py_parse_node_t pn = py_parse(lex, 0);
if (pn != PY_PARSE_NODE_NULL) {
//printf("----------------\n");
- parse_node_show(pn, 0);
+ //parse_node_show(pn, 0);
//printf("----------------\n");
py_compile(pn);
//printf("----------------\n");