From da519ddc4fd5113a46da734e41b37369a1dce098 Mon Sep 17 00:00:00 2001 From: Rachel Bousfield Date: Tue, 7 May 2024 09:33:56 -0600 Subject: [PATCH] remove println --- core/state/statedb_arbitrum.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/statedb_arbitrum.go b/core/state/statedb_arbitrum.go index 10beeed3b3..0d769f8f56 100644 --- a/core/state/statedb_arbitrum.go +++ b/core/state/statedb_arbitrum.go @@ -279,7 +279,6 @@ func (p RecentWasms) Insert(item common.Hash, retain uint16) bool { p.cache = &cache } if _, hit := p.cache.Get(item); hit { - println("hit!") return hit } p.cache.Add(item, struct{}{})