Skip to content

Commit 2134d05

Browse files
committed
fix: remove print statement
1 parent 7a6c099 commit 2134d05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/load/locustfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __exit__(self, *args) -> None:
4444
exception = args[0], args[1]
4545

4646
if not isinstance(args[1], (AssertionError, type(None))):
47-
print("hello")
4847
self.user.environment.events.user_error.fire(
4948
user_instance=self.user.context(), exception=args[1], tb=args[2]
5049
)

0 commit comments

Comments
 (0)