Skip to content

Commit f0b681a

Browse files
Merge pull request #316 from OffchainLabs/remove-println
Remove println
2 parents da4c975 + da519dd commit f0b681a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/state/statedb_arbitrum.go

-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ func (p RecentWasms) Insert(item common.Hash, retain uint16) bool {
279279
p.cache = &cache
280280
}
281281
if _, hit := p.cache.Get(item); hit {
282-
println("hit!")
283282
return hit
284283
}
285284
p.cache.Add(item, struct{}{})

0 commit comments

Comments
 (0)