1
0
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:
Hemna 2024-04-03 18:01:11 -04:00
parent 50e491bab4
commit a8d56a9967

View File

@ -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)