diff --git a/src/huggingface_hub/commands/user.py b/src/huggingface_hub/commands/user.py index 085e027dce..7c02d87fc4 100644 --- a/src/huggingface_hub/commands/user.py +++ b/src/huggingface_hub/commands/user.py @@ -146,7 +146,6 @@ def run(self): exit(1) HfFolder.save_token(token) print("Login successful") - print("Your token:", token, "\n") print("Your token has been saved to", HfFolder.path_token)