summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiraj Razick <siraj.razick@collabora.co.uk>2012-03-25 15:52:22 -0400
committerSiraj Razick <siraj.razick@collabora.co.uk>2012-03-26 11:26:54 -0400
commit79b2f7bed48e64569291464dbcb7d1b42a67e709 (patch)
tree44bf06338f3f993262a0c28fea75cbf32ec641ec
parent7862ef54e777add5febcb8160384726a62547c18 (diff)
downloadtelepathy-salut-79b2f7bed48e64569291464dbcb7d1b42a67e709.tar.gz
bonjour-contact: Remove unwanted debug messages
-rw-r--r--src/bonjour-contact.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bonjour-contact.c b/src/bonjour-contact.c
index 564628e9..96285a76 100644
--- a/src/bonjour-contact.c
+++ b/src/bonjour-contact.c
@@ -196,7 +196,6 @@ salut_bonjour_contact_ll_get_addresses (WockyLLContact *contact)
port = ctx->port;
addr = g_inet_address_new_from_bytes (
(guint8 *) &(address->sin_addr), G_SOCKET_FAMILY_IPV4);
- DEBUG ("%s", g_inet_address_to_string (addr));
}
else if (ctx->address->sa_family == AF_INET6)
{