Skip to content

Commit

Permalink
remove: debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed May 19, 2024
1 parent 4c5b1b6 commit 879642a
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 @@ -74,8 +74,6 @@ func CreateIdentity(w http.ResponseWriter, r *http.Request) {
"request_data": string(rawReqData),
})

log.Debug("create identity test")

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 879642a

Please sign in to comment.