Skip to content

Commit

Permalink
fix(rs): remove remaining print
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 16, 2023
1 parent 963733d commit cf5053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rs/src/macro_inputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Parse for ContractAbi {
.join(json_path.value().trim_start_matches(CARGO_MANIFEST_DIR))
.to_string_lossy()
.to_string();
println!("new path {}", new_dir);

LitStr::new(&new_dir, proc_macro2::Span::call_site())
} else {
json_path
Expand Down

0 comments on commit cf5053f

Please sign in to comment.