mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Remove excess logging
This commit is contained in:
parent
2557335f1b
commit
9af420b7af
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user