From 48756842df18d31fa3181726b146abf1087ac8f0 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 6 Feb 2012 17:40:03 +0100 Subject: indicator-printers: remove debug output --- src/indicator-printers.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/indicator-printers.c b/src/indicator-printers.c index e9f9560..1a285e9 100644 --- a/src/indicator-printers.c +++ b/src/indicator-printers.c @@ -142,8 +142,6 @@ indicator_prop_change_cb (DbusmenuMenuitem *mi, { IndicatorMenuItem *menuitem = user_data; - g_print (": %s\n", prop); - if (properties_match (prop, "indicator-label", value, G_VARIANT_TYPE_STRING)) indicator_menu_item_set_label (menuitem, g_variant_get_string (value, NULL)); -- cgit v1.2.3