Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Dec 18, 2024
1 parent ec3b563 commit edb45db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codecarbon/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def show_config(path: Path = Path("./.codecarbon.config")) -> None:

fief = Fief(AUTH_SERVER_URL, AUTH_CLIENT_ID)
fief_auth = FiefAuth(fief, "./credentials.json")
print("FIEF", AUTH_SERVER_URL, AUTH_CLIENT_ID)


def _get_access_token():
Expand Down

0 comments on commit edb45db

Please sign in to comment.