Skip to content

Commit

Permalink
Merge pull request #316 from OffchainLabs/remove-println
Browse files Browse the repository at this point in the history
Remove println
  • Loading branch information
rachel-bousfield authored May 7, 2024
2 parents da4c975 + da519dd commit f0b681a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state/statedb_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{})
Expand Down

0 comments on commit f0b681a

Please sign in to comment.