mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Cleaning up debugging leftovers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user