From 4a9fbf70e02406506a8af4e9493da256d06a36e0 Mon Sep 17 00:00:00 2001 From: Ben Horowitz Date: Mon, 18 Nov 2024 13:45:51 -0800 Subject: [PATCH] Removed stray print statement --- discord-bot-smoke-test.py | 1 - 1 file changed, 1 deletion(-) 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