aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/statedb.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/state/statedb.go')
-rw-r--r--core/state/statedb.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/state/statedb.go b/core/state/statedb.go
index 3fc1d3271..4c00092f4 100644
--- a/core/state/statedb.go
+++ b/core/state/statedb.go
@@ -662,6 +662,5 @@ func (s *StateDB) Commit(deleteEmptyObjects bool) (root common.Hash, err error)
}
return nil
})
- log.Debug("Trie cache stats after commit", "misses", trie.CacheMisses(), "unloads", trie.CacheUnloads())
return root, err
}