removed logging user without an email from acceptance reminder command

This commit is contained in:
Godfrey M 2025-02-26 10:51:17 -08:00
parent c8ed5d2f96
commit 784aec3cbd

View file

@ -71,9 +71,6 @@ class SendAcceptanceReminder extends Command
$acceptance = $unacceptedAssetGroup[0]['acceptance'];
$locale = $acceptance->assignedTo?->locale;
$email = $acceptance->assignedTo?->email;
if(!$email){
$this->info($acceptance->assignedTo?->present()->fullName().' has no email address.');
}
$item_count = $unacceptedAssetGroup->count();
if ($locale && $email) {