mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-12 06:09:08 +00:00
rm unused log
This commit is contained in:
parent
114a81e0d6
commit
208c7a9d45
1 changed files with 0 additions and 1 deletions
|
|
@ -329,7 +329,6 @@ func (f *freezer) validate() error {
|
|||
name = k
|
||||
break
|
||||
}
|
||||
log.Info("validate", "name", name, "length", length)
|
||||
// Now check every table against that length
|
||||
for k, table := range f.tables {
|
||||
items := atomic.LoadUint64(&table.items)
|
||||
|
|
|
|||
Loading…
Reference in a new issue