Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 31, 2022
1 parent 41d4baf commit d1a297d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Notifications/InactiveOnlineStaffNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
Expand Down

0 comments on commit d1a297d

Please sign in to comment.