summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/font_pango.c')
-rw-r--r--gtk/font_pango.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index b3616334c..f2277a096 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -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;
}