mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p/internal/ethtest: remove print
This commit is contained in:
parent
ee36e07162
commit
7c1c9546ae
1 changed files with 0 additions and 3 deletions
|
|
@ -607,9 +607,6 @@ func (s *Suite) TestSnapTrieNodes(t *utesting.T) {
|
|||
accPaths = append(accPaths, makeSnapPath(key, i))
|
||||
}
|
||||
|
||||
thepath := keybytesToHex(common.FromHex("0x405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb"))
|
||||
fmt.Printf("COMPACT: %x\n", hexToCompact(thepath))
|
||||
|
||||
tests := []trieNodesTest{
|
||||
{
|
||||
desc: `In this test, we send an empty request to the node.`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue