Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
staffbase-robert committed Jun 5, 2023
1 parent 4aa7fa8 commit 46973d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/httputil/httputil.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func InternelServerError(message string) *HTTPError {

func Wrap(fn func(w http.ResponseWriter, r *http.Request) error) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
zap.L().Info("got request")
err := fn(w, r)
if err != nil {
if httpError, ok := err.(*HTTPError); ok {
Expand Down

0 comments on commit 46973d7

Please sign in to comment.