diff --git a/discord-bot-smoke-test.py b/discord-bot-smoke-test.py index 06672f3..bc6b2fa 100644 --- a/discord-bot-smoke-test.py +++ b/discord-bot-smoke-test.py @@ -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