aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'libindicate/listener.c')
-rw-r--r--libindicate/listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c
index 5ae3e09..20a3278 100644
--- a/libindicate/listener.c
+++ b/libindicate/listener.c
@@ -1054,7 +1054,7 @@ static const gchar * _introspector_interface = "org.freedesktop.indicator";
static void
introspect_this (DBusGProxy * proxy, char * OUT_data, GError * error, gpointer data)
{
- g_debug("Introspect this:\n%s", OUT_data);
+ /* g_debug("Introspect this:\n%s", OUT_data); */
proxy_t * server = (proxy_t *)data;
if (proxy != NULL) {
g_object_unref(proxy);