Skip to content

Commit

Permalink
feat: add recover node buffer list for pathdb
Browse files Browse the repository at this point in the history
  • Loading branch information
VM committed Jul 26, 2024
1 parent 2909490 commit 3adcb84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trie/triedb/pathdb/nodebufferlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ func (nf *nodebufferlist) getLayers() uint64 {
defer nf.baseMux.RUnlock()
defer nf.flushMux.Unlock()

log.Info("nodebufferlist getLayers", "nf.layers", nf.layers, "nf.base.layers", nf.base.layers)
return nf.layers + nf.base.layers
}

Expand Down

0 comments on commit 3adcb84

Please sign in to comment.