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;