summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/font_pango.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index e0445fcb2..4285f36b3 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -318,7 +318,6 @@ PangoFontDescription *nsfont_style_to_description(
switch (style->font_variant) {
case CSS_FONT_VARIANT_SMALL_CAPS:
- LOG(("Small caps!"));
pango_font_description_set_variant(desc, PANGO_VARIANT_SMALL_CAPS);
break;
case CSS_FONT_VARIANT_NORMAL: