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 "