From 1c077ddba5dccab7b8797120da3c8762ddd66b62 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 25 Oct 2020 03:01:32 -0600 Subject: don't print header names --- crowbar_reference_compiler/ssagen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crowbar_reference_compiler/ssagen.py b/crowbar_reference_compiler/ssagen.py index 68332f3..8d4b6be 100644 --- a/crowbar_reference_compiler/ssagen.py +++ b/crowbar_reference_compiler/ssagen.py @@ -17,7 +17,6 @@ class SsaGenVisitor(NodeVisitor): assert included_header.type == 'string_literal' included_header = included_header.data assert semicolon.text[0].type == ';' - print("including", included_header) return '' def visit_FunctionDefinition(self, node, visited_children): -- cgit v1.2.3