diff options
-rw-r--r-- | gtk/gtkcssstaticstyle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcssstaticstyle.c b/gtk/gtkcssstaticstyle.c index e4a2ce4683..0c6b8da04b 100644 --- a/gtk/gtkcssstaticstyle.c +++ b/gtk/gtkcssstaticstyle.c @@ -192,8 +192,6 @@ gtk_css_static_style_new_compute (GtkStyleProvider *provider, &lookup, change == 0 ? &change : NULL); - g_print ("%d specified values\n", lookup.n_set_values); - result = g_object_new (GTK_TYPE_CSS_STATIC_STYLE, NULL); result->change = change; |