Slack bridge: Remove unused code.

This commit is contained in:
rht 2024-01-03 20:22:25 -05:00 committed by Tim Abbott
parent 982dafa76d
commit e6afe937a6

View file

@ -60,7 +60,6 @@ class SlackBridge:
) )
# slack-specific # slack-specific
self.channel = self.slack_config["channel"]
self.slack_client = rtm self.slack_client = rtm
# Spawn a non-websocket client for getting the users # Spawn a non-websocket client for getting the users
# list and for posting messages in Slack. # list and for posting messages in Slack.