removed debug comment.

This commit is contained in:
Yoshihiro OKUMURA 2023-12-18 17:21:31 +09:00
parent a281a97b3e
commit 219858e0b6
Signed by: orrisroot
GPG Key ID: 470AA444C92904B2

View File

@ -35,5 +35,4 @@ class LoginCommand(BaseCommand):
connection.token = token
user = user_api.current()
connection.user = user
print(user)
print("Login Successful")