]> git.0d.be Git - empathy.git/commitdiff
Remove a trailing space and g_print
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 6 May 2009 13:04:08 +0000 (09:04 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Thu, 7 May 2009 17:37:03 +0000 (13:37 -0400)
libempathy/empathy-contact.c
libempathy/empathy-tp-contact-factory.c

index eca16b9dc4a61fba1220934c520230a275e5b43d..87b66a074343d56181240632f9c70ffbc889a93f 100644 (file)
@@ -1059,7 +1059,7 @@ empathy_contact_get_location (EmpathyContact *contact)
  * Example: a "city" key would have "Helsinki" as string GValue,
  *          a "latitude" would have 65.0 as double GValue.
  */
-void 
+void
 empathy_contact_set_location (EmpathyContact *contact,
                               GHashTable *location)
 {
index bcdea83384bc3364fc96549ca9707ec5fd700dea..fa1af6f92a704df9ff01b939659e97208f8ea7ba 100644 (file)
@@ -431,7 +431,6 @@ tp_contact_factory_got_locations (TpProxy                 *tp_proxy,
                                                    handle,
                                                    location);
        }
-       g_print ("Got location\n");
 }
 
 static void
@@ -479,7 +478,6 @@ tp_contact_factory_location_updated_cb (TpProxy      *proxy,
        if (contact == NULL)
                return;
 
-       g_print ("Location updated\n");
        empathy_contact_set_location (contact, location);
 }