diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index 4d66deea8..cd46aaba9 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -52,11 +52,6 @@ class OSRMTasks(TaskSet): # it is expected that some of requests will fail with such error: map matching fails sometimes if j['code'] == 'NoSegment' or j['code'] == 'NoMatch': response.success() - else: - print(f"MATCH Unexpected error: {j}") - else: - print(f"MATCH Unexpected status code: {response.status_code}") - @task def get_nearest(self):