Skip to content

Commit

Permalink
fix: [tests] less prints are better
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Oct 16, 2024
1 parent 6ef8cf0 commit 21d8a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_parsers_crashlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def test_parse_crashlogs(self):
result = p.get_result()
for item in result:
self.assertTrue('timestamp' in item)
print(item)


if __name__ == '__main__':
Expand Down

0 comments on commit 21d8a0f

Please sign in to comment.