aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crowbar_reference_compiler/ssagen.py1
1 files changed, 0 insertions, 1 deletions
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):