mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "ethdb/pebble: add Errorf function to panicLogger (#28491)"
This reverts commit eb4a6c1fee.
This commit is contained in:
parent
854aeb14a9
commit
bb2f331402
1 changed files with 0 additions and 3 deletions
|
|
@ -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...))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue