From f7bfc257932428ed15a3827231c8ab33a7d04e5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20G?= <mael@gnous.eu>
Date: Mon, 24 Aug 2020 11:54:06 -0400
Subject: [PATCH] remove useless prints in utility cos

---
 cogs/utility.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cogs/utility.py b/cogs/utility.py
index 8f2dd52..a550198 100755
--- a/cogs/utility.py
+++ b/cogs/utility.py
@@ -396,9 +396,6 @@ class Utility(commands.Cog):
             if(asinfo["info_never_via_route_servers"]):
                 asproto = asproto + "Never via Route servers"
             
-
-            print(pdbid)
-
             embed = discord.Embed(title=f"Informations pour {asinfo['name']} ``AS{asn}``", color=0x5858d7)
             notEmptyField(embed, name="Nom :", value=asinfo['name'])
             notEmptyField(embed, name="Aka :", value=asinfo['aka'])
@@ -490,7 +487,6 @@ class Utility(commands.Cog):
             if(srv == "att"):
                 tn.read_until("Password:".encode())
                 tn.write((password + "\n").encode())
-                print("ok")
             else: 
                 tn.read_until("Password: ".encode())
                 tn.write((password + "\n").encode())