From eb76583e6d444f495034c730761898c787382207 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Thu, 1 May 2025 14:20:23 -0400 Subject: [PATCH] Removes useless print statement in HTD --- techsupport_bot/commands/htd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/techsupport_bot/commands/htd.py b/techsupport_bot/commands/htd.py index 453dba3c3..0d78673a7 100644 --- a/techsupport_bot/commands/htd.py +++ b/techsupport_bot/commands/htd.py @@ -235,7 +235,6 @@ def custom_embed_generation(raw_input: str, val_to_convert: int) -> discord.Embe inline=False, ) - print(embed.fields[0].name) return embed