We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10bf74e + 607dcef commit b8e20aeCopy full SHA for b8e20ae
1 file changed
cfonb/parser/statement.py
@@ -50,8 +50,6 @@ def parse(self, file_obj):
50
statement.footer = Row(line)
51
else:
52
raise ParsingError('line %s is invalid: "%s"' % (index, line))
53
-
54
- print result
55
56
return [result[key] for key in result]
57
0 commit comments