[empathy] individual_personas_changed_cb: remove debug message



commit 018480bfd25b57c8136e5b6825937e8051a2cded
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Mar 9 10:37:14 2012 +0100

    individual_personas_changed_cb: remove debug message
    
    The individual manager already sends the exact same debugging message.

 libempathy-gtk/empathy-individual-store.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 3f9d025..f27aad9 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -779,9 +779,6 @@ individual_personas_changed_cb (FolksIndividual *individual,
 {
   GeeIterator *iter;
 
-  DEBUG ("Individual '%s' personas-changed.",
-      folks_individual_get_id (individual));
-
   iter = gee_iterable_iterator (GEE_ITERABLE (removed));
   /* FIXME: libfolks hasn't grown capabilities support yet, so we have to go
    * through the EmpathyContacts for them. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]