Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed May 7, 2024
1 parent da4c975 commit da519dd
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 da519dd

Please sign in to comment.