Remove unneeded comments

This commit is contained in:
Marcus Moore 2023-04-19 17:49:31 -07:00
parent e92c1e7bea
commit dd40798c43
No known key found for this signature in database

View file

@ -44,7 +44,6 @@ class CheckoutableListener
$acceptance = $this->getCheckoutAcceptance($event);
try {
// Send an anonymous webhook notification if setting enabled
if ($this->shouldSendWebhookNotification()) {
Notification::route('slack', Setting::getSettings()->webhook_endpoint)
->notify($this->getCheckoutNotification($event));
@ -91,7 +90,6 @@ class CheckoutableListener
}
try {
// Send an anonymous webhook notification if setting enabled
if ($this->shouldSendWebhookNotification()) {
Notification::route('slack', Setting::getSettings()->webhook_endpoint)
->notify($this->getCheckinNotification($event));