mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
log: remove println, rebase master
This commit is contained in:
parent
5efc9b99d1
commit
b0fa18b08f
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ func RotatingFileHandler(path string, limit uint, formatter Format) Handler {
|
|||
if err := os.MkdirAll(path, 0755); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
fmt.Println(path)
|
||||
files, err := ioutil.ReadDir(path)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue