mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-12 02:52:30 +00:00
Remove spurious debug output
Some spurious debug output was injected by mistake.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user