more debug

This commit is contained in:
Cayo Puigdefabregas 2024-02-21 14:20:38 +01:00
parent 603e7f65ba
commit 57be4dca2e
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ class RequestCredentialForm(forms.Form):
try:
if self.password:
cred.issue(did, self.password, domain=self._domain)
assert 1==2
except Exception as err:
logger.debug(err)
return