diff --git a/app/Notifications/InactiveOnlineStaffNotification.php b/app/Notifications/InactiveOnlineStaffNotification.php index 7ad4dcda4..b5d1c4c78 100644 --- a/app/Notifications/InactiveOnlineStaffNotification.php +++ b/app/Notifications/InactiveOnlineStaffNotification.php @@ -56,8 +56,6 @@ public function toMail($notifiable) 'All admins and moderators in area in question has been notified.', ]; - dd("sending to", $this->sendTo->pluck('email')); - return (new WarningMail('Unauthorized network logon recorded', $this->user, $textLines)) ->to($this->sendTo->pluck('email')); }