diff --git a/gestion/hptools.py b/gestion/hptools.py index 4c84859e..796cfbed 100644 --- a/gestion/hptools.py +++ b/gestion/hptools.py @@ -401,7 +401,6 @@ class hpswitch : nb = 0 for oid,etat in self.walk(oid).items() : if etat == 'up' and int(oid.split('.')[1])<51 : - print oid.split('.')[1] # Le <51 est ici pour éviter de compter les ports fictifs nb += 1 return nb