Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
brockelmore committed Jul 10, 2024
1 parent 16b603a commit 0193d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/solc-expressions/src/func_call/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ pub trait CallerHelper: AnalyzerBackend<Expr = Expression, ExprErr = ExprErr> +
.unwrap();
}

println!("input: {}", input.name(self).unwrap());
let fields = input.struct_to_fields(self).ok()?;
if !fields.is_empty() {
println!(
Expand Down

0 comments on commit 0193d0f

Please sign in to comment.