aboutsummaryrefslogtreecommitdiff
path: root/src/user-widget.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-14 11:49:12 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-14 11:49:12 -0500
commit9e64d9ac0e796355361f9547da58398d2521fec2 (patch)
treecc9f88b9868cf76e880931dd75652d1c6efdeeba /src/user-widget.c
parent9ecf166300d36c8446cb124aacb499712226606b (diff)
downloadayatana-indicator-session-9e64d9ac0e796355361f9547da58398d2521fec2.tar.gz
ayatana-indicator-session-9e64d9ac0e796355361f9547da58398d2521fec2.tar.bz2
ayatana-indicator-session-9e64d9ac0e796355361f9547da58398d2521fec2.zip
in user_widget_property_update(), remove a g_message() that shouldn't've been committed
Diffstat (limited to 'src/user-widget.c')
-rw-r--r--src/user-widget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user-widget.c b/src/user-widget.c
index 65dac4c..62a7911 100644
--- a/src/user-widget.c
+++ b/src/user-widget.c
@@ -581,8 +581,6 @@ user_widget_property_update (DbusmenuMenuitem * mi,
{
g_return_if_fail (IS_USER_WIDGET (self));
-g_message ("user_widget_property_update: %s", property);
-
if (!g_strcmp0 (property, USER_ITEM_PROP_LOGGED_IN))
{
update_logged_in (self, mi);