diff --git a/idhub/user/forms.py b/idhub/user/forms.py index 48eb15d..c62e352 100644 --- a/idhub/user/forms.py +++ b/idhub/user/forms.py @@ -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