aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-09 17:37:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-09 17:37:16 +0800
commit018480bfd25b57c8136e5b6825937e8051a2cded (patch)
tree65a32a5b70b8de6044af11cf754c520ec41a4a43 /libempathy-gtk
parent054ec3b5a0cd588a577d36a62be0aa251707aaa6 (diff)
downloadgsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.tar
gsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.tar.gz
gsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.tar.bz2
gsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.tar.lz
gsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.tar.xz
gsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.tar.zst
gsoc2013-empathy-018480bfd25b57c8136e5b6825937e8051a2cded.zip
individual_personas_changed_cb: remove debug message
The individual manager already sends the exact same debugging message.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-individual-store.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 3f9d025f7..f27aad95c 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. */