Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 4, 2024
1 parent 1224694 commit e574ac5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ pub fn hash_files(
cfg: BuildConfig,
) -> Result<[u8; 32]> {
let mut keccak = Keccak::v256();
println!(
"> {}",
String::from_utf8(cargo_version_output.into()).unwrap()
);
keccak.update(cargo_version_output);
if cfg.opt_level == OptLevel::Z {
keccak.update(&[0]);
Expand Down

0 comments on commit e574ac5

Please sign in to comment.