mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Cleaning up debugging leftovers
This commit is contained in:
parent
9f1504eecd
commit
7675d50f4c
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ class Addr(object):
|
|||
def __eq__(self, other):
|
||||
if isinstance(other, self.__class__):
|
||||
if self.ipv6:
|
||||
# import ipdb;ipdb.set_trace()
|
||||
return (other.ipv6 and
|
||||
self._normalize_ipv6(self.tup[0]) ==
|
||||
self._normalize_ipv6(other.tup[0]) and
|
||||
|
|
|
|||
Loading…
Reference in a new issue