Skip to content

Commit

Permalink
Revert "chore(slack): add logging for slack options load filtering (#…
Browse files Browse the repository at this point in the history
…80207)"

This reverts commit 4ffb8e8.

Co-authored-by: cathteng <[email protected]>
  • Loading branch information
getsentry-bot and cathteng committed Nov 5, 2024
1 parent 4ebfd2b commit c4f8a0e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/sentry/integrations/slack/webhooks/options_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,6 @@ def get_filtered_option_groups(self, group: Group, substring: str) -> list[Optio
all_members,
)
)
_logger.info(
"slack.options_webhook_filter",
extra={
"substring": substring,
"group_id": group.id,
"project_id": group.project_id,
"teams": len(all_teams),
"filtered_teams": len(filtered_teams),
"members": len(list(all_members)),
"filtered_members": len(filtered_members),
},
)

option_groups: list[OptionGroup] = []
if filtered_teams:
Expand Down

0 comments on commit c4f8a0e

Please sign in to comment.