Skip to content

Commit 0d4e859

Browse files
committed
remove print
1 parent 7ff8935 commit 0d4e859

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)