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
1 changed files with 0 additions and 1 deletions

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)