Skip to content

Commit 495cb01

Browse files
authored
Removes useless print statement in HTD (#1291)
1 parent 0c41154 commit 495cb01

File tree

1 file changed

+0
-1
lines changed
  • techsupport_bot/commands

1 file changed

+0
-1
lines changed

techsupport_bot/commands/htd.py

-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def custom_embed_generation(raw_input: str, val_to_convert: int) -> discord.Embe
235235
inline=False,
236236
)
237237

238-
print(embed.fields[0].name)
239238
return embed
240239

241240

0 commit comments

Comments
 (0)