Skip to content

Commit

Permalink
remove useless prints
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLothar committed Apr 9, 2015
1 parent 6f7429e commit dc35e95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_iter_lines(self):
random_files = set(
os.path.basename(name) for name in self.ramdom_files
)
print(random_files, ls_result)
tools.ok_(random_files.issubset(ls_result))
tools.eq_(proc.return_code, 0)
proc.raise_for_error()
Expand Down

0 comments on commit dc35e95

Please sign in to comment.