Remove excess logging

This commit is contained in:
Chris Young 2017-10-24 19:49:10 +01:00
parent 2557335f1b
commit 9af420b7af

View File

@ -55,7 +55,6 @@ static struct TextFont *ami_font_bm_open(struct RastPort *rp, const plot_font_st
(fstyle->size == prev_fstyle->size) &&
(fstyle->flags == prev_fstyle->flags) &&
(fstyle->weight == prev_fstyle->weight)) {
NSLOG(netsurf, INFO, "(using current font)");
return prev_font;
}