api: don't print static tokens on startup (was only for debugging)
All checks were successful
Build Container / Build Container (push) Successful in 1m32s

This commit is contained in:
lilly 2026-05-31 20:53:14 +02:00
commit 279a45a9e8
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -81,7 +81,6 @@ def main():
default=[i for i in os.environ.get("DOORIS_STATIC_API_TOKENS", "").split(",") if bool(i)],
)
args = argp.parse_args()
print(args.static_api_tokens)
# setup logging
logging.basicConfig(