We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a344753 commit 954f2a9Copy full SHA for 954f2a9
1 file changed
parse.py
@@ -80,7 +80,6 @@ def parse():
80
else:
81
document = parseMethod(f, encoding=encoding)
82
printOutput(p, document, opts)
83
- print encoding
84
85
def printOutput(parser, document, opts):
86
if opts.encoding:
0 commit comments