Clean up some commented code

This commit is contained in:
Joshua Boniface 2018-11-20 21:07:31 -05:00
parent 38c9e71144
commit 6add44936a
1 changed files with 0 additions and 4 deletions

View File

@ -633,10 +633,6 @@ def update_networks(new_network_list):
# Delete the object
del(d_network[network])
# if config['daemon_mode'] == 'coordinator':
# # Update the DNS aggregator
# dns_aggregator.update_network_list(d_network)
# Update and print new list
network_list = new_network_list
logger.out('{}Network list:{} {}'.format(logger.fmt_blue, logger.fmt_end, ' '.join(network_list)), state='i')