mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Removed “use slack” debugging code
This commit is contained in:
parent
502322be4b
commit
6554903aeb
|
@ -62,11 +62,9 @@ class RequestAssetNotification extends Notification
|
||||||
$notifyBy = [];
|
$notifyBy = [];
|
||||||
|
|
||||||
if (Setting::getSettings()->slack_endpoint!='') {
|
if (Setting::getSettings()->slack_endpoint!='') {
|
||||||
\Log::debug('use slack');
|
|
||||||
$notifyBy[] = 'slack';
|
$notifyBy[] = 'slack';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$notifyBy[] = 'mail';
|
$notifyBy[] = 'mail';
|
||||||
|
|
||||||
return $notifyBy;
|
return $notifyBy;
|
||||||
|
|
Loading…
Reference in a new issue