Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Remove loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa238 committed Jul 25, 2023
1 parent 70424c8 commit 94920d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otter_buddy/cogs/interview_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ async def send_weekly_message(self):
'Remeber you only have 24 hours to react. A nice week to all of you and keep coding!'
)
channel = self.bot.get_channel(entry["channel_id"])
logger.info(entry["channel_id"])
logger.info(channel)
message = await channel.send(interview_buddy_message)
entry["message_id"] = message.id
db_interview_match.DbInterviewMatch.set_interview_match(entry)
Expand Down

0 comments on commit 94920d8

Please sign in to comment.