mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Remove unneeded comments
This commit is contained in:
parent
e92c1e7bea
commit
dd40798c43
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue