Skip to content

Commit

Permalink
Removed error log from http error handler
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Apr 15, 2018
1 parent ce4a31c commit b64e4d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ func (e *Echo) DefaultHTTPErrorHandler(err error, c Context) {
msg = Map{"message": msg}
}

e.Logger.Error(err)

// Send response
if !c.Response().Committed {
if c.Request().Method == HEAD { // Issue #608
Expand Down

0 comments on commit b64e4d1

Please sign in to comment.