Removed “use slack” debugging code

This commit is contained in:
snipe 2020-11-02 17:46:09 -08:00
parent 502322be4b
commit 6554903aeb

View file

@ -62,11 +62,9 @@ class RequestAssetNotification extends Notification
$notifyBy = [];
if (Setting::getSettings()->slack_endpoint!='') {
\Log::debug('use slack');
$notifyBy[] = 'slack';
}
$notifyBy[] = 'mail';
return $notifyBy;