Skip to content

Commit

Permalink
Revert "ethdb/pebble: add Errorf function to panicLogger (ethereum#…
Browse files Browse the repository at this point in the history
…28491)"

This reverts commit eb4a6c1.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 9ff02cd commit 596ad1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ethdb/pebble/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ type panicLogger struct{}
func (l panicLogger) Infof(format string, args ...interface{}) {
}

func (l panicLogger) Errorf(format string, args ...interface{}) {
}

func (l panicLogger) Fatalf(format string, args ...interface{}) {
panic(errors.Errorf("fatal: "+format, args...))
}
Expand Down

0 comments on commit 596ad1e

Please sign in to comment.