[empathy] Remove a trailing space and g_print



commit 86b6f59f89b4e32cd36314d82229e544c7a213ec
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Wed May 6 09:04:08 2009 -0400

    Remove a trailing space and g_print
---
 libempathy/empathy-contact.c            |    2 +-
 libempathy/empathy-tp-contact-factory.c |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index eca16b9..87b66a0 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -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)
 {
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index bcdea83..fa1af6f 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]