diff options
Diffstat (limited to 'tree')
-rw-r--r-- | tree/font.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tree/font.c b/tree/font.c index 28045f5d..16626651 100644 --- a/tree/font.c +++ b/tree/font.c @@ -39,7 +39,6 @@ fz_setfontwmode(fz_font *font, int wmode) void fz_setfontbbox(fz_font *font, int xmin, int ymin, int xmax, int ymax) { -printf(" bbox [%d %d %d %d]\n", xmin, ymin, xmax, ymax); font->bbox.min.x = xmin; font->bbox.min.y = ymin; font->bbox.max.x = xmax; |