Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 991c796

Browse files
committed
Remove stale prints
1 parent 4230469 commit 991c796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ft2font.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ FT2Font::~FT2Font()
374374
}
375375

376376
if (face) {
377-
printf("Deleting face from: %lu\n", face->num_glyphs);
378377
FT_Done_Face(face);
379378
}
380379
}

0 commit comments

Comments
 (0)