From ba2e267c9739b8d97f8db0b658bb01feb9026e3b Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Thu, 13 Aug 2026 12:31:09 +0200 Subject: [PATCH] fix(committee-approval): remove leftover errors log for community submission --- site/cds_rdm/requests/views.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/cds_rdm/requests/views.py b/site/cds_rdm/requests/views.py index 3d2d7b71..12f14db3 100644 --- a/site/cds_rdm/requests/views.py +++ b/site/cds_rdm/requests/views.py @@ -267,12 +267,6 @@ def publish_public_record(pid_value): ] }, ) - - if len(errors) != 0: - current_app.logger.warning( - f"Could not submit CREN Research inclusion request for " - f"{new_record.data['id']}: {', '.join(errors)}" - ) except Exception as e: current_app.logger.warning( f"Could not submit CERN Research inclusion request for "