Remove old comment

This commit is contained in:
Marcus Moore 2024-02-12 16:29:34 -08:00
parent 728aaaab20
commit 5b181ecea7
No known key found for this signature in database

View file

@ -63,10 +63,6 @@ class CheckinAccessoryNotification extends Notification
if ($this->target instanceof User && $this->target->email != '') { if ($this->target instanceof User && $this->target->email != '') {
\Log::debug('The target is a user'); \Log::debug('The target is a user');
/**
* Send an email if the asset requires acceptance,
* so the user can accept or decline the asset
*/
if ($this->item->checkin_email()) { if ($this->item->checkin_email()) {
$notifyBy[] = 'mail'; $notifyBy[] = 'mail';
} }