Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunia committed Aug 13, 2021
1 parent 419566a commit 27b1740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/contacts/contact_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ async def _get_slack_data(self, comm_type):

async def _get_slack_content(self, comm_type):
data = await self._get_raw_slack_data(comm_type=comm_type)
self.log.debug(data)
await self._delete_slack_messages(timestamps=[i["ts"] for i in data])
return [
[await self._fetch_content(i["files"][0]["url_private"]),
Expand Down

0 comments on commit 27b1740

Please sign in to comment.