Skip to content

Commit e38dd33

Browse files
committed
Remove some garbage printed before the document
--HG-- branch : 0.2_branch extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/branches/0.2_branch%40425
1 parent 170af7c commit e38dd33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def parse():
7070
print "\n\nRun took: %fs (plus %fs to print the output)"%(t1-t0, t2-t1)
7171
else:
7272
document = p.parse(f)
73-
print document
7473
print p.tree.testSerializer(document)
7574
if opts.error:
7675
print "\nParse errors:\n" + "\n".join(p.errors)
@@ -95,5 +94,4 @@ def getOptParser():
9594
return parser
9695

9796
if __name__ == "__main__":
98-
print os.path.abspath(os.curdir)
9997
parse()

0 commit comments

Comments
 (0)