diff --git a/techsupport_bot/commands/htd.py b/techsupport_bot/commands/htd.py index 453dba3c..0d78673a 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