remove debug things

This commit is contained in:
Romain J 2020-08-18 21:51:51 +02:00
parent 175174757b
commit 17b3e658fc

View file

@ -252,7 +252,6 @@ class Utility(commands.Cog):
handler = ipinfoio.getHandler(access_token)
details = handler.getDetails(ipaddress)
except Exception as e:
await ctx.send(e)
api_result = False
try: