Skip to content

Commit

Permalink
Removed stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
b9r5 committed Nov 18, 2024
1 parent 25df0ae commit 4a9fbf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord-bot-smoke-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ async def on_ready():
msg_content = f'{msg_content} {args.pull_request}'

logger.info(f'Sending message to channel: {channel.name}')
print(msg_content)
message = await channel.send(content=msg_content, file=file)

# Test the thread under the message
Expand Down

0 comments on commit 4a9fbf7

Please sign in to comment.