Skip to content

Commit

Permalink
Comment out unnecessary debug line in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ngo committed Jan 10, 2016
1 parent 2ea0677 commit 977974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_traceable_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def test_traceable_matrix(app, status, warning):
app.build()
storage = TraceablesStorage(app.env)
tree = ElementTree.parse(app.outdir / "index.xml")
# tree = ElementTree.parse(app.outdir / "index.xml")
# pretty_print_xml(tree.getroot())

# Construct a traceable matrix.
Expand Down

0 comments on commit 977974d

Please sign in to comment.