Skip to content

Commit

Permalink
Removed “use slack” debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 3, 2020
1 parent 502322b commit 6554903
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Notifications/RequestAssetNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ public function via()
$notifyBy = [];

if (Setting::getSettings()->slack_endpoint!='') {
\Log::debug('use slack');
$notifyBy[] = 'slack';
}


$notifyBy[] = 'mail';

return $notifyBy;
Expand Down

0 comments on commit 6554903

Please sign in to comment.