Skip to content

Commit 6d48e58

Browse files
committed
remove print
1 parent 2d4b373 commit 6d48e58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tokenizers/src/tokenizer/added_vocabulary.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ impl AddedVocabulary {
358358
if let Some(n) = normalizer {
359359
n.normalize(&mut content).unwrap();
360360
}
361-
println!("{:?}", token);
362361
content
363362
})
364363
.collect();

0 commit comments

Comments
 (0)