Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinaa committed Aug 17, 2023
1 parent 7a6c099 commit 2134d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/load/locustfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def __exit__(self, *args) -> None:
exception = args[0], args[1]

if not isinstance(args[1], (AssertionError, type(None))):
print("hello")
self.user.environment.events.user_error.fire(
user_instance=self.user.context(), exception=args[1], tb=args[2]
)
Expand Down

0 comments on commit 2134d05

Please sign in to comment.