From d68dff222ac4ed46419292acfe3ed7c73a9ac336 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Thu, 24 Dec 2020 11:41:57 -0800 Subject: [PATCH] remove excess line --- hblink.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hblink.py b/hblink.py index f1499bf..c255d6e 100644 --- a/hblink.py +++ b/hblink.py @@ -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])