Skip to content

Commit

Permalink
remove logger in app.go (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored Apr 19, 2023
1 parent b690df1 commit 7032202
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ func NewGaiaApp(
panic(fmt.Sprintf("invalid 'bypass-min-fee-msg-types' config option: %s", err))
}

app.Logger().Info("min fee bypass activated for message types", "types", bypassMinFeeMsgTypes)

anteHandler, err := gaiaante.NewAnteHandler(
gaiaante.HandlerOptions{
HandlerOptions: ante.HandlerOptions{
Expand Down

0 comments on commit 7032202

Please sign in to comment.