Skip to content

Commit

Permalink
[r2r_common] Remove println!() that taints the build script output
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry73204 authored and m-dahl committed Apr 17, 2024
1 parent 95fdea3 commit 28e89bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2r_common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ fn get_msgs_from_package(package: &Path) -> Vec<String> {
&l[7..l.len() - 4] // .idl
};
let action_name = format!("{}/action/{}", file_name_str, substr);
println!("found action: {}", action_name);
msgs.push(action_name);
}
}
Expand Down

0 comments on commit 28e89bf

Please sign in to comment.