Comment out noisy nsfont_width logging.
svn path=/trunk/netsurf/; revision=12096
This commit is contained in:
parent
f6eabd6cc9
commit
55afb9a64a
|
@ -104,7 +104,9 @@ bool nsfont_width(const plot_font_style_t *fstyle,
|
||||||
|
|
||||||
pango_font_description_free(desc);
|
pango_font_description_free(desc);
|
||||||
|
|
||||||
LOG(("fstyle: %p string:\"%.*s\", length: %u -> %d", fstyle, length, string, length, *width));
|
/* LOG(("fstyle: %p string:\"%.*s\", length: %u, width: %dpx",
|
||||||
|
fstyle, length, string, length, *width));
|
||||||
|
*/
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue