Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Jul 31, 2024
1 parent 18f580c commit 4b57997
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions confidant/routes/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def get_credential_list():
Credential.data_type_date_index.query('credential')
])

logger.debug(credentials_response)
return credentials_response_schema.dumps(credentials_response)


Expand Down Expand Up @@ -259,7 +258,6 @@ def get_credential(id):
include_credential_pairs=include_credential_pairs,
)
credential_response.permissions = permissions
logger.debug(credential_response)

return credential_response_schema.dumps(credential_response)

Expand Down

0 comments on commit 4b57997

Please sign in to comment.