Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 6, 2023
1 parent 24fd8c3 commit c6fa65b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust_plugins/synchronizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_start(environment, **_kw):
def user_request(environment: Environment, msg, **kwargs):
data = next(f)
# data["_id"] = str(data["_id"]) # this is an ObjectId, msgpack doesnt know how to serialize it
print(data)
environment.runner.send_message(
"user_response",
{"payload": data, "user_id": msg.data["user_id"]},
Expand Down

0 comments on commit c6fa65b

Please sign in to comment.