Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Oct 4, 2024
1 parent 2d4b373 commit 6d48e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tokenizers/src/tokenizer/added_vocabulary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ impl AddedVocabulary {
if let Some(n) = normalizer {
n.normalize(&mut content).unwrap();
}
println!("{:?}", token);
content
})
.collect();
Expand Down

0 comments on commit 6d48e58

Please sign in to comment.