fix: delete debug code
This commit is contained in:
parent
4f035b6d53
commit
01024d2f0d
@ -172,7 +172,6 @@ class ServiceExplorationModule():
|
||||
while True:
|
||||
data, addr = self.sock.recvfrom(1024)
|
||||
|
||||
print(self.node_manager.status)
|
||||
if self.node_manager.status == 'none':
|
||||
if data.decode() == '[EXPLORE]':
|
||||
self.sock.sendto(self.host.encode(), addr)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user