Skip to content

Commit

Permalink
remove trace clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Mar 22, 2024
1 parent 2852971 commit 13e4265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ func (db *cachingDB) OpenTrie(root common.Hash) (Trie, error) {
mpt Trie
err error
)
fmt.Printf("opening trie with root %x, %v %v\n", root, db.InTransition(), db.Transitioned())

// TODO separate both cases when I can be certain that it won't
// find a Verkle trie where is expects a Transitoion trie.
Expand Down

0 comments on commit 13e4265

Please sign in to comment.