From 5b181ecea75a9ddf5b9f224b5a9ff5600b457e35 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 12 Feb 2024 16:29:34 -0800 Subject: [PATCH] Remove old comment --- app/Notifications/CheckinAccessoryNotification.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Notifications/CheckinAccessoryNotification.php b/app/Notifications/CheckinAccessoryNotification.php index e368f161e1..8cfca23e59 100644 --- a/app/Notifications/CheckinAccessoryNotification.php +++ b/app/Notifications/CheckinAccessoryNotification.php @@ -63,10 +63,6 @@ class CheckinAccessoryNotification extends Notification if ($this->target instanceof User && $this->target->email != '') { \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()) { $notifyBy[] = 'mail'; }