Skip to content

Commit

Permalink
remove: create identity requests logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed May 22, 2024
1 parent ea4b1f6 commit e75eacd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/service/api/handlers/create_identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func CreateIdentity(w http.ResponseWriter, r *http.Request) {
"request_data": string(rawReqData),
})

log.Info("create identity request")

algorithm := signatureAlgorithm(req.Data.DocumentSOD.Algorithm)
if algorithm == "" {
log.WithError(fmt.Errorf("%s is not a valid algorithm", req.Data.DocumentSOD.Algorithm)).Error("failed to select signature algorithm")
Expand Down

0 comments on commit e75eacd

Please sign in to comment.