Remove debug

This commit is contained in:
kokarare1212 2021-09-14 07:07:28 +09:00
parent 536dd4a2b5
commit af6cb86d3f
No known key found for this signature in database
GPG Key ID: 9FB32C7C7D874F7A
1 changed files with 0 additions and 1 deletions

View File

@ -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)