From 667c9d4677d5791bbd5df6c0a4f3a900506af3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sun, 14 Dec 2025 17:17:19 +0100 Subject: [PATCH] chore: reduce logger noise --- src/Service/ParticipantPrepopulationService.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Service/ParticipantPrepopulationService.php b/src/Service/ParticipantPrepopulationService.php index 3ea25a1..f6398e2 100644 --- a/src/Service/ParticipantPrepopulationService.php +++ b/src/Service/ParticipantPrepopulationService.php @@ -83,10 +83,6 @@ class ParticipantPrepopulationService $applicant->remarksRoom = $prepopulated->remarksRoom; $applicant->licensePlate = $prepopulated->licensePlate; - $this->logger->info('Prepopulated applicant data from user profile', [ - 'email' => $email, - ]); - return $applicant; } catch (\Exception $e) { // Catch any unexpected exceptions (decryption failure, API errors, etc.)