Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40777
  • Loading branch information
rubys committed Jun 20, 2007
1 parent a344753 commit 954f2a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def parse():
else:
document = parseMethod(f, encoding=encoding)
printOutput(p, document, opts)
print encoding

def printOutput(parser, document, opts):
if opts.encoding:
Expand Down

0 comments on commit 954f2a9

Please sign in to comment.