remove excess line

This commit is contained in:
KF7EEL 2020-12-24 11:41:57 -08:00
parent 16a1d81757
commit d68dff222a
1 changed files with 0 additions and 1 deletions

View File

@ -971,7 +971,6 @@ if __name__ == '__main__':
systems[system] = OPENBRIDGE(system, CONFIG, report_server)
else:
systems[system] = HBSYSTEM(system, CONFIG, report_server)
logger.info(CONFIG['SYSTEMS'][system]['APRS_ENABLED'])
reactor.listenUDP(CONFIG['SYSTEMS'][system]['PORT'], systems[system], interface=CONFIG['SYSTEMS'][system]['IP'])
logger.debug('(GLOBAL) %s instance created: %s, %s', CONFIG['SYSTEMS'][system]['MODE'], system, systems[system])