Comment out noisy nsfont_width logging.

svn path=/trunk/netsurf/; revision=12096
This commit is contained in:
Michael Drake 2011-03-17 14:12:39 +00:00
parent f6eabd6cc9
commit 55afb9a64a
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ bool nsfont_width(const plot_font_style_t *fstyle,
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;
}