Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Burns committed Oct 29, 2019
1 parent 7af9566 commit 27e5dab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ward/expect.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,4 @@ def _handle_expect(
result, that=that, called_with_args=args, called_with_kwargs=kwargs
)
self._fail_if_false(result)
print(self)
return self

0 comments on commit 27e5dab

Please sign in to comment.