Skip to content

Commit

Permalink
🐎 remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenny committed Aug 31, 2020
1 parent 4a5b390 commit 1920d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ func (app *App) init() *App {
Logger: &disableLogger{},
LogAllErrors: false,
ErrorHandler: func(fctx *fasthttp.RequestCtx, err error) {
fmt.Println(err.Error())
c := app.AcquireCtx(fctx)
if _, ok := err.(*fasthttp.ErrSmallBuffer); ok {
err = ErrRequestHeaderFieldsTooLarge
Expand Down

0 comments on commit 1920d48

Please sign in to comment.