remove print statement

This commit is contained in:
Abigail 2019-12-23 11:49:55 -05:00
parent ae67498e75
commit e9d2274e64
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ class QRZCog(commands.Cog):
embed.set_thumbnail(url=resp_data['image'])
data = qrz_process_info(resp_data)
print(data)
for title, val in data.items():
if val is not None: