Skip to content

Commit

Permalink
remove debug print in trie/hasher (#13133)
Browse files Browse the repository at this point in the history
Co-authored-by: alex.sharov <[email protected]>
  • Loading branch information
awskii and AskAlexSharov authored Dec 17, 2024
1 parent 8e8c20d commit f7a8010
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions erigon-lib/trie/hasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package trie

import (
"errors"
"fmt"
"hash"
"sync"

Expand Down Expand Up @@ -292,7 +291,6 @@ func (h *hasher) valueNodeToBuffer(vn ValueNode, buffer []byte, pos int) (int, e
val = rlphacks.RlpSerializableBytes(vn)
}

fmt.Printf("valueNodeToBuffer()>>>>>>> val=%x\n", val)
if err := val.ToDoubleRLP(h.bw, h.prefixBuf[:]); err != nil {
return 0, err
}
Expand Down

0 comments on commit f7a8010

Please sign in to comment.