mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Remove prototype code
This commit is contained in:
parent
42b6233de1
commit
412f53aea8
@ -272,8 +272,6 @@ class SSDPDiscoveryServer(SSDPBase):
|
||||
loop.create_datagram_endpoint(protocol, local_addr=(listen_ip, port), allow_broadcast=True))
|
||||
try:
|
||||
loop.run_forever()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
finally:
|
||||
self.log.info('Removing SSDP publisher')
|
||||
transport.close()
|
||||
|
Loading…
Reference in New Issue
Block a user