Skip to content

Commit cbaaa2d

Browse files
author
Hendrik van Antwerpen
committed
Remove println
1 parent 45c1067 commit cbaaa2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/bpe/src/byte_pair_encoding.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ pub fn find_hash_factor_for_dictionary(iter: impl Iterator<Item = Vec<u8>>) -> u
190190
.iter()
191191
.all(|token| seen.insert(hash_bytes(token, factor)))
192192
{
193-
println!("hash factor: {factor}");
194193
return factor;
195194
}
196195
}

0 commit comments

Comments
 (0)