diff --git a/app/Notifications/CheckinAssetNotification.php b/app/Notifications/CheckinAssetNotification.php index fc2537704c..9868ad1b4d 100644 --- a/app/Notifications/CheckinAssetNotification.php +++ b/app/Notifications/CheckinAssetNotification.php @@ -54,7 +54,6 @@ class CheckinAssetNotification extends Notification * has the corresponding checkbox checked. */ if ($this->item->checkin_email() && $this->target instanceof User && $this->target->email != '') { - \Log::debug('use email'); $notifyBy[] = 'mail'; }