From 085981f74c8ced45ae4fed92281803d82932cb40 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 30 Jan 2019 13:45:38 -0500 Subject: [PATCH] Remove spurious debug output Some spurious debug output was injected by mistake. --- confluent_server/confluent/discovery/protocols/slp.py | 2 -- 1 file changed, 2 deletions(-) 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