summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-03-23 16:32:55 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-03-23 16:34:50 +0000
commit1cd203762a4088b512c91f192167a556efdc8166 (patch)
treeca8aadadfe8f3df08f65ad5939259c28c3ef24fa
parent9cc5f93f913896c7053c78b09d1f745cfebd58cd (diff)
downloadtelepathy-glib-1cd203762a4088b512c91f192167a556efdc8166.tar.gz
Remove misleading debug message from list_connection_names
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--telepathy-glib/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 7ec5a0e2a..4ff4ab855 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -1171,8 +1171,6 @@ tp_list_connection_names_helper (TpDBusDaemon *bus_daemon,
g_ptr_array_add (protocols, proto);
continue;
}
-
- DEBUG ("invalid name: %s", *iter);
}
g_ptr_array_add (bus_names, NULL);