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.)