aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver.c b/src/driver.c
index 5f6037d..a522938 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -67,7 +67,6 @@ static void ast_print (IMP_ASTNode *node, int depth) {
}
case IMP_AST_NT_SEQ: {
ast_print(node->data.seq.fst_stmt, depth);
- printf("%*sSEQ\n", indent, "");
ast_print(node->data.seq.snd_stmt, depth);
break;
}