diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2010-10-26 12:27:21 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2010-10-31 14:19:55 -0500 |
commit | c14589c3c7de9627c08a52f8070063b82df054e8 (patch) | |
tree | 15914db6a03e53372e5a8693981c068e41c344d6 /src/conn-presence.c | |
parent | a20df6c31b1066ccc76693c9f40e7ee63d651dfd (diff) |
Remove cryptic debug messages.
Diffstat (limited to 'src/conn-presence.c')
-rw-r--r-- | src/conn-presence.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/conn-presence.c b/src/conn-presence.c index b70ea7330..7b28eec9e 100644 --- a/src/conn-presence.c +++ b/src/conn-presence.c @@ -380,7 +380,8 @@ set_shared_status (GabbleConnection *self, g_object_ref (result); - DEBUG ("%d", priv->shared_status_compat); + DEBUG ("shared status invisibility is %savailable", + priv->shared_status_compat ? "" : "un"); if (presence->status == GABBLE_PRESENCE_HIDDEN && !priv->shared_status_compat) presence->status = GABBLE_PRESENCE_DND; @@ -1383,9 +1384,6 @@ conn_presence_set_initial_presence_async (GabbleConnection *self, GSimpleAsyncResult *result = g_simple_async_result_new (G_OBJECT (self), callback, user_data, conn_presence_set_initial_presence_async); - DEBUG ("%d", - self->features & GABBLE_CONNECTION_FEATURES_GOOGLE_SHARED_STATUS); - if (self->features & GABBLE_CONNECTION_FEATURES_INVISIBLE) priv->invisibility_method = INVISIBILITY_METHOD_INVISIBLE_COMMAND; |