]> git.0d.be Git - empathy.git/commitdiff
individual_personas_changed_cb: remove debug message
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 9 Mar 2012 09:37:14 +0000 (10:37 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 9 Mar 2012 09:37:16 +0000 (10:37 +0100)
The individual manager already sends the exact same debugging message.

libempathy-gtk/empathy-individual-store.c

index 3f9d025f7680318baba64154a5331fddabbd4d2f..f27aad95cd0fc446b591b5dab8a4bec871ba1047 100644 (file)
@@ -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. */