Skip to content

Commit d943654

Browse files
committed
delete log of auth info
1 parent d24f848 commit d943654

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

veadk/auth/veauth/ark_veauth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def get_ark_token(region: str = "cn-beijing") -> str:
5252
region=region,
5353
host=host,
5454
)
55-
logger.info(f"Successfully fetched ARK API Key list: {res}")
5655
try:
5756
first_api_key_id = res["Result"]["Items"][0]["Id"]
5857
logger.warning("By default, VeADK fetches the first API Key in the list.")

0 commit comments

Comments
 (0)