From 9f62fe702a930e6779546865876fd99fe9e8308b Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Tue, 7 Sep 2021 10:07:36 +0700 Subject: [PATCH] txpool.v2 built-in --- turbo/trie/trie_root.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/turbo/trie/trie_root.go b/turbo/trie/trie_root.go index 53c9f1240..e7ec72fd3 100644 --- a/turbo/trie/trie_root.go +++ b/turbo/trie/trie_root.go @@ -1153,9 +1153,6 @@ func (c *StorageTrieCursor) _seek(seek, withinPrefix []byte) (bool, error) { return false, nil } } - if len(v) < 50 { - fmt.Printf("sv: %x,%x\n", k, v) - } c._unmarshal(k, v) if c.lvl > 0 { // root record, firstly storing root hash c._nextSiblingInMem()