remove extra debug event

This commit is contained in:
ghost 2024-01-09 04:35:51 +02:00
parent 65e8183817
commit 6f87258799
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ class PyMaster:
logging.debug("Reached MAX_SERVERS_FOR_IP: {0}".format(MAX_SERVERS_FOR_IP))
return
# Add server
logging.debug("Add Server: {0}:{1}".format(addr[0], addr[1]))
challenge = random.randint(0, 2**32 - 1)
# Add server to list