mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -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 = [];
|
||||
|
||||
if (Setting::getSettings()->slack_endpoint!='') {
|
||||
\Log::debug('use slack');
|
||||
$notifyBy[] = 'slack';
|
||||
}
|
||||
|
||||
|
||||
$notifyBy[] = 'mail';
|
||||
|
||||
return $notifyBy;
|
||||
|
|
Loading…
Reference in a new issue