[empathy: 40/99] Remove stray debug
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 40/99] Remove stray debug
- Date: Thu, 9 Jun 2011 09:52:42 +0000 (UTC)
commit 550aad6f3bbc7840adacd721a573b7f0d976485f
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Wed Feb 23 11:20:34 2011 +0000
Remove stray debug
src/empathy-call-handler.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c
index eca076d..eeb13ba 100644
--- a/src/empathy-call-handler.c
+++ b/src/empathy-call-handler.c
@@ -151,8 +151,6 @@ on_get_contacts_cb (TpConnection *connection,
EmpathyCallHandlerPriv *priv = GET_PRIV (self);
guint i;
- g_print ("\nGot %d EmpathyContacts\n\n", n_contacts);
-
if (n_failed > 0)
g_warning ("Failed to get %d EmpathyContacts: %s",
n_failed, error->message);
@@ -180,16 +178,10 @@ on_members_changed_cb (TpyCallChannel *call,
guint n_handles;
guint i = 0;
- g_print ("\non_members_changed!\n\n");
-
if (members == NULL)
- {
- g_print ("\nmembers is null!\n\n");
- return;
- }
+ return;
n_handles = g_hash_table_size (members);
- g_print ("\nn_handles: %d\n\n", n_handles);
if (n_handles == 0)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]