diff --git a/librespot/zeroconf.py b/librespot/zeroconf.py index 0d06c67..d7fa5f9 100644 --- a/librespot/zeroconf.py +++ b/librespot/zeroconf.py @@ -198,7 +198,6 @@ class ZeroconfServer(Closeable): def run(self): while not self.__should_stop: __socket, address = self.__socket.accept() - print("Received request!") def anonymous(): self.__handle(__socket)