Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Oct 25, 2023
1 parent 2201dd5 commit 1f3d2af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ain-grpc/src/rpc/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ impl MetachainRPCServer for MetachainRPCModule {
.map_err(to_jsonrpsee_custom_error)?;

debug!("code : {:?} for address {address:?}", code);
println!("code : {:?} for address {address:?}", code);
match code {
Some(code) => Ok(format!("0x{}", hex::encode(code))),
None => Ok(String::from("0x")),
Expand Down

0 comments on commit 1f3d2af

Please sign in to comment.