We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4b1f6 commit e75eacdCopy full SHA for e75eacd
internal/service/api/handlers/create_identity.go
@@ -75,8 +75,6 @@ func CreateIdentity(w http.ResponseWriter, r *http.Request) {
75
"request_data": string(rawReqData),
76
})
77
78
- log.Info("create identity request")
79
-
80
algorithm := signatureAlgorithm(req.Data.DocumentSOD.Algorithm)
81
if algorithm == "" {
82
log.WithError(fmt.Errorf("%s is not a valid algorithm", req.Data.DocumentSOD.Algorithm)).Error("failed to select signature algorithm")
0 commit comments