diff --git a/server/context/context.go b/server/context/context.go index e79f4f6..e695ab7 100644 --- a/server/context/context.go +++ b/server/context/context.go @@ -18,7 +18,6 @@ type Context struct { func New(w http.ResponseWriter, r *http.Request) *Context { req_uuid, err := uuid.GenerateUUID() - if err != nil { log.Error().Err(err).Msg("Failed to generate request id, assigning error value") req_uuid = "ERROR"