]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.c
Fix indentation Fix not returning the contact in tp_contact_list_find()
[empathy.git] / libempathy / empathy-tp-chat.c
index 73f60491ceab8f6d13c552838857d2c3476be360..8e8a52acad2219f5bde44bbde78aba34f4ab6b18 100644 (file)
@@ -232,7 +232,7 @@ tp_chat_constructor (GType                  type,
        chat = G_OBJECT_CLASS (empathy_tp_chat_parent_class)->constructor (type, n_props, props);
 
        priv = GET_PRIV (chat);
-g_print ("**********tp_chat_constructor");
+
        priv->manager = empathy_contact_manager_new ();
        priv->list = empathy_contact_manager_get_list (priv->manager, priv->account);
        priv->mc = gossip_mission_control_new ();