api: don't print static tokens on startup (was only for debugging)
All checks were successful
Build Container / Build Container (push) Successful in 1m32s
All checks were successful
Build Container / Build Container (push) Successful in 1m32s
This commit is contained in:
parent
64ab73e9c3
commit
279a45a9e8
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue