diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-02 18:42:15 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-02 18:42:15 +0800 |
commit | 8e87910f8c6842af6f2d060173ebf4bbc08f2ebd (patch) | |
tree | 6c7c1690c1d4089f2fc9e75b8ec0d7715ccf079a /libempathy | |
parent | 354edad861b7f0b673ee8eb1bec711dd69ab09e3 (diff) | |
download | gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.tar gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.tar.gz gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.tar.bz2 gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.tar.lz gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.tar.xz gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.tar.zst gsoc2013-empathy-8e87910f8c6842af6f2d060173ebf4bbc08f2ebd.zip |
Oops, useless g_print
svn path=/trunk/; revision=359
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 68bcf8cce..5b0062f9e 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -729,7 +729,6 @@ empathy_tp_contact_list_new (McAccount *account) if (strcmp (protocol_name, "local-xmpp") == 0) { priv->protocol_group = _("People nearby"); } -g_print ("******%s\n", priv->protocol_group); g_object_unref (profile); /* Connect signals */ |