Skip to content

Commit e75eacd

Browse files
committed
remove: create identity requests logging
1 parent ea4b1f6 commit e75eacd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/service/api/handlers/create_identity.go

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ func CreateIdentity(w http.ResponseWriter, r *http.Request) {
7575
"request_data": string(rawReqData),
7676
})
7777

78-
log.Info("create identity request")
79-
8078
algorithm := signatureAlgorithm(req.Data.DocumentSOD.Algorithm)
8179
if algorithm == "" {
8280
log.WithError(fmt.Errorf("%s is not a valid algorithm", req.Data.DocumentSOD.Algorithm)).Error("failed to select signature algorithm")

0 commit comments

Comments
 (0)