From ac482e83a32410c676708a81d3e88594675c7b3d Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Fri, 19 Aug 2011 01:27:21 +0200 Subject: oops: remove debug output --- libass/ass_fontselect.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libass/ass_fontselect.c b/libass/ass_fontselect.c index ad91bf6..97fa2c4 100644 --- a/libass/ass_fontselect.c +++ b/libass/ass_fontselect.c @@ -375,8 +375,6 @@ static char *select_font(ASS_FontSelector *priv, ASS_Library *library, free(req.fullnames[0]); free(req.family); - font_info_dump(font_infos, priv->n_font); - // return best match if (idx == priv->n_font) return NULL; -- cgit v1.2.3