Skip to content

Commit 007aa15

Browse files
committed
remove debug alert
1 parent 5c4b002 commit 007aa15

File tree

1 file changed

+0
-7
lines changed
  • lib/algora/integrations/github/poller

1 file changed

+0
-7
lines changed

lib/algora/integrations/github/poller/search.ex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@ defmodule Algora.Github.Poller.Search do
205205

206206
blocked? = comment["author"]["login"] in Algora.Settings.get_blocked_users()
207207

208-
if blocked? do
209-
Admin.alert(
210-
"Skipping slash command from blocked user #{comment["author"]["login"]}. URL: #{comment["url"]}",
211-
:debug
212-
)
213-
end
214-
215208
not is_nil(installation_token) or bot? or already_processed? or blocked?
216209
end)
217210
|> Enum.flat_map(fn comment ->

0 commit comments

Comments
 (0)