[gtk+] Remove debug spew
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove debug spew
- Date: Thu, 21 Dec 2017 13:04:39 +0000 (UTC)
commit 8581345accb269c3476dfe9e8448802b3c5b87d4
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Dec 21 08:04:26 2017 -0500
Remove debug spew
gtk/gtkcssstyle.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssstyle.c b/gtk/gtkcssstyle.c
index 78af3ae..d896aeb 100644
--- a/gtk/gtkcssstyle.c
+++ b/gtk/gtkcssstyle.c
@@ -426,7 +426,6 @@ gtk_css_style_get_pango_attributes (GtkCssStyle *style)
append_separated (s, "ruby 1");
}
-g_print ("before: %s\n", s->str);
value = gtk_css_style_get_value (style, GTK_CSS_PROPERTY_FONT_FEATURE_SETTINGS);
settings = gtk_css_font_features_value_get_features (value);
if (settings)
@@ -434,7 +433,6 @@ g_print ("before: %s\n", s->str);
append_separated (s, settings);
g_free (settings);
}
-g_print ("after: %s\n", s->str);
attrs = add_pango_attr (attrs, pango_attr_font_features_new (s->str));
g_string_free (s, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]