diff --git a/cmd/devp2p/internal/ethtest/snap.go b/cmd/devp2p/internal/ethtest/snap.go index 0d38ad5be0..a480ec5060 100644 --- a/cmd/devp2p/internal/ethtest/snap.go +++ b/cmd/devp2p/internal/ethtest/snap.go @@ -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.`,