mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-06 03:29:01 -04:00
Remove the logging of the conf password if not set
This commit is contained in:
parent
50e491bab4
commit
a8d56a9967
@ -76,7 +76,6 @@ def send_message(
|
||||
aprs_login = CONF.aprs_network.login
|
||||
|
||||
if not aprs_password:
|
||||
LOG.warning(CONF.aprs_network.password)
|
||||
if not CONF.aprs_network.password:
|
||||
click.echo("Must set --aprs-password or APRS_PASSWORD")
|
||||
ctx.exit(-1)
|
||||
|
Loading…
Reference in New Issue
Block a user