diff --git a/confluent_server/confluent/discovery/protocols/slp.py b/confluent_server/confluent/discovery/protocols/slp.py index ae44d955..77e642e1 100644 --- a/confluent_server/confluent/discovery/protocols/slp.py +++ b/confluent_server/confluent/discovery/protocols/slp.py @@ -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