Skip to content

Commit ffdd1aa

Browse files
committed
Remove print statement
1 parent c7c131a commit ffdd1aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/krilla/src/object/font/cid_font.rs

-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ impl CIDFont {
256256
// For the .notdef glyph, it's fine if no mapping exists, since it is included
257257
// even if it was not referenced in the text.
258258
for g in 1..self.glyph_remapper.num_gids() {
259-
println!("{:?}", self.cmap_entries.get(&g));
260259
match self.cmap_entries.get(&g) {
261260
None => sc.register_validation_error(ValidationError::InvalidCodepointMapping(
262261
self.font.clone(),

0 commit comments

Comments
 (0)