]> granicus.if.org Git - libass/commitdiff
oops: remove debug output
authorGrigori Goronzy <greg@chown.ath.cx>
Thu, 18 Aug 2011 23:27:21 +0000 (01:27 +0200)
committerGrigori Goronzy <greg@chown.ath.cx>
Fri, 10 Jul 2015 08:42:40 +0000 (10:42 +0200)
libass/ass_fontselect.c

index ad91bf64f2935c21e858725fa8952175835d6a11..97fa2c46624f8453c77491217b0fe196f56cf0f4 100644 (file)
@@ -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;