Update - Clearing Cruft

This commit is contained in:
Cort Buffington 2016-04-28 15:25:59 -05:00
parent 475dc9d766
commit f293d408b2
1 changed files with 0 additions and 8 deletions

View File

@ -598,14 +598,6 @@ if REPORTS['REPORT_NETWORKS'] == 'PICKLE':
file.close()
except IOError as detail:
logger.error('I/O Error: %s', detail)
elif REPORTS['REPORT_NETWORKS'] == 'JSON':
def reporting_loop():
logger.info('Periodic Reporting Loop Started (JSON)')
elif REPORTS['REPORT_NETWORKS'] == 'REDIS':
def reporting_loop():
logger.debug('Periodic Reporting Loop Started (REDIS)')
elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
def reporting_loop():