From af6cb86d3f530d4fc19ef0b9755c80f64191c857 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Tue, 14 Sep 2021 07:07:28 +0900 Subject: [PATCH] Remove debug --- librespot/zeroconf.py | 1 - 1 file changed, 1 deletion(-) 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)