[r2r_common] Remove println!() that taints the build script output
This commit is contained in:
parent
95fdea3b9c
commit
28e89bf256
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue