Skip to content

Commit df7ed10

Browse files
authored
do not print token to reduce dissemination (from shared Colabs etc.) (#226)
1 parent 6b552ef commit df7ed10

File tree

1 file changed

+0
-1
lines changed
  • src/huggingface_hub/commands

1 file changed

+0
-1
lines changed

src/huggingface_hub/commands/user.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def run(self):
146146
exit(1)
147147
HfFolder.save_token(token)
148148
print("Login successful")
149-
print("Your token:", token, "\n")
150149
print("Your token has been saved to", HfFolder.path_token)
151150

152151

0 commit comments

Comments
 (0)