aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-contact-factory.c')
-rw-r--r--libempathy/empathy-tp-contact-factory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index bcdea8338..fa1af6f92 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);
}