2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-28 11:57:37 +00:00

Remove spurious debug output

Some spurious debug output was injected by mistake.
This commit is contained in:
Jarrod Johnson 2019-01-30 13:45:38 -05:00
parent 8a5f1c6dc5
commit 085981f74c

View File

@ -199,8 +199,6 @@ def _find_srvtype(net, net4, srvtype, addresses, xid):
net4.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
v6addrs = []
v6hash = _v6mcasthash(srvtype)
print(repr(srvtype))
print(repr(v6hash))
# do 'interface local' and 'link local'
# it shouldn't make sense, but some configurations work with interface
# local that do not work with link local