more debug
This commit is contained in:
parent
603e7f65ba
commit
57be4dca2e
|
@ -116,7 +116,6 @@ class RequestCredentialForm(forms.Form):
|
||||||
try:
|
try:
|
||||||
if self.password:
|
if self.password:
|
||||||
cred.issue(did, self.password, domain=self._domain)
|
cred.issue(did, self.password, domain=self._domain)
|
||||||
assert 1==2
|
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.debug(err)
|
logger.debug(err)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue