[r2r_common] Remove println!() that taints the build script output

This commit is contained in:
aeon 2024-04-09 21:37:39 +08:00 committed by Martin Dahl
parent 95fdea3b9c
commit 28e89bf256
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}