Skip to content

Commit bd03867

Browse files
chore(system): Don't log token as info
1 parent c67cf40 commit bd03867

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aignostics/system/_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def is_token_valid(self, token: str) -> bool:
174174
Returns:
175175
bool: True if the token is valid, False otherwise.
176176
"""
177-
logger.info(token)
178177
if not self._settings.token:
179178
logger.warning("Token is not set in settings.")
180179
return False

0 commit comments

Comments
 (0)