Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Sep 17, 2024
1 parent 96d9f9d commit 37dcb97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rust/client_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ fn header_setter(param: &Param) -> RustResult {

#[rustfmt::skip]
fn make_part(param: &Param) -> RustResult {
println!("cargo:warning=make_part {:?}", param);

let part_type = rust_name("reqwest::multipart", "Part");

let inner =
Expand Down

0 comments on commit 37dcb97

Please sign in to comment.