From 6d49ab818f6f16ca477b488ec560af55916fc97f Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 29 May 2024 10:02:36 +0200 Subject: [PATCH] wip --- scripts/ci/locustfile.py | 5 ----- 1 file changed, 5 deletions(-) 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):