mirror of
https://github.com/miaowware/qrm2.git
synced 2026-06-20 06:38:40 -04:00
remove print statement
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user