Skip to content

Commit

Permalink
fix(bens): remove debug log (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenzing authored Jul 30, 2024
1 parent dd2d6aa commit ee5a235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blockscout-ens/bens-logic/src/subgraph/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ fn remove_addresses_from_batch(addresses: impl IntoIterator<Item = Address>) ->

fn address_should_be_ignored(address: &Address) -> bool {
let str = format!("{address:#x}");
tracing::info!("str={str}");
UNRESOLVABLE_ADDRESSES_PREFIXES
.iter()
.any(|prefix| str.starts_with(prefix))
Expand Down

0 comments on commit ee5a235

Please sign in to comment.