remove commented code

This commit is contained in:
Cort Buffington 2015-06-29 14:58:39 -05:00
parent 5b4520318f
commit ecd2648372
1 changed files with 2 additions and 10 deletions

View File

@ -600,19 +600,11 @@ if REPORTS['REPORT_NETWORKS'] == 'PICKLE':
file.close()
except IOError as detail:
logger.error('I/O Error: %s', detail)
'''
JSON DOES NOT WORK, AND MAY NEVER... NEED TO FIX IT OR REMOVE IT
elif REPORTS['REPORT_NETWORKS'] == 'JSON':
def reporting_loop():
logger.info('Periodic Reporting Loop Started (JSON)')
try:
with open(REPORTS['REPORT_PATH']+'dmrlink_stats.json', 'wb') as file:
pass
file.close()
except IOError as detail:
logger.error('I/O Error: %s', detail)
'''
elif REPORTS['REPORT_NETWORKS'] == 'REDIS':
def reporting_loop():
logger.debug('Periodic Reporting Loop Started (REDIS)')