From 6554903aeb2db4a11c0671cedf6b6b4f0c3520b7 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 2 Nov 2020 17:46:09 -0800 Subject: [PATCH] =?UTF-8?q?Removed=20=E2=80=9Cuse=20slack=E2=80=9D=20debug?= =?UTF-8?q?ging=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Notifications/RequestAssetNotification.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Notifications/RequestAssetNotification.php b/app/Notifications/RequestAssetNotification.php index 8c0c7d8505..b78f5eeb93 100644 --- a/app/Notifications/RequestAssetNotification.php +++ b/app/Notifications/RequestAssetNotification.php @@ -62,11 +62,9 @@ class RequestAssetNotification extends Notification $notifyBy = []; if (Setting::getSettings()->slack_endpoint!='') { - \Log::debug('use slack'); $notifyBy[] = 'slack'; } - $notifyBy[] = 'mail'; return $notifyBy;