Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Sep 30, 2024
1 parent 45c1067 commit cbaaa2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bpe/src/byte_pair_encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ pub fn find_hash_factor_for_dictionary(iter: impl Iterator<Item = Vec<u8>>) -> u
.iter()
.all(|token| seen.insert(hash_bytes(token, factor)))
{
println!("hash factor: {factor}");
return factor;
}
}
Expand Down

0 comments on commit cbaaa2d

Please sign in to comment.