diff --git a/gestion/hptools.py b/gestion/hptools.py index b51a35c3..8d64edb4 100644 --- a/gestion/hptools.py +++ b/gestion/hptools.py @@ -231,7 +231,6 @@ class hpswitch : macs.append(":".join(mac.lower().split(" ")[:-1])) else: macs.append(":".join("%02x" % ord(digit) for digit in mac)) - print macs return macs except ValueError: # Pas de MAC trouvée