chore: reduce logger noise

This commit is contained in:
Björn Fromme
2025-12-14 17:17:19 +01:00
parent 1622f2be6a
commit 667c9d4677
@@ -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.)