Skip to content

Commit 0661707

Browse files
committed
Remove log from software fallback
1 parent 088d48b commit 0661707

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/arch/software.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,6 @@ fn update_u32(state: u32, data: &[u8], params: crc::Crc<u32, Table<16>>) -> u32
113113

114114
let checksum = digest.finalize();
115115

116-
println!(
117-
"finalized checksum {:#16x}, xor'd {:#16x}",
118-
checksum,
119-
checksum ^ params.algorithm.xorout
120-
);
121-
122116
// remove XOR since this will be applied in the library Digest::finalize() step instead
123117
checksum ^ params.algorithm.xorout
124118
}

0 commit comments

Comments
 (0)