From aa37f9b87760819c6b3075d8b2ca9a69a57793c2 Mon Sep 17 00:00:00 2001 From: Andrey Ovchinnikov Date: Thu, 1 Feb 2024 15:16:16 +0300 Subject: [PATCH] fix issues --- sources/auth.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/auth.c b/sources/auth.c index 669c3c24c..fd0504789 100644 --- a/sources/auth.c +++ b/sources/auth.c @@ -667,8 +667,6 @@ static inline int od_auth_frontend_mdb_iamproxy(od_client_t *client) while (1) { msg = od_read(&client->io, UINT32_MAX); if (msg == NULL) { - od_error(&instance->logger, "auth", client, NULL, - "fuck that shit again"); od_error(&instance->logger, "auth", client, NULL, "read error: %s", od_io_error(&client->io)); return -1;