summaryrefslogtreecommitdiff
path: root/gio/gdbusauthmechanismanon.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-04-13 18:19:57 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-04-13 18:20:34 -0400
commitbefb60d8268ad2296fe94cebbeadf749314c7a70 (patch)
tree862c6f78629b60eb13112c137194bcc556badc29 /gio/gdbusauthmechanismanon.c
parent25c57d31c5f8bb36f17328bbeacce4796490b241 (diff)
downloadglib-befb60d8268ad2296fe94cebbeadf749314c7a70.tar.gz
GDBus: Nuke debug spew from the ANONYMOUS authentication method
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gdbusauthmechanismanon.c')
-rw-r--r--gio/gdbusauthmechanismanon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/gdbusauthmechanismanon.c b/gio/gdbusauthmechanismanon.c
index 601200d75..ea5843821 100644
--- a/gio/gdbusauthmechanismanon.c
+++ b/gio/gdbusauthmechanismanon.c
@@ -187,8 +187,7 @@ mechanism_server_initiate (GDBusAuthMechanism *mechanism,
g_return_if_fail (G_IS_DBUS_AUTH_MECHANISM_ANON (mechanism));
g_return_if_fail (!m->priv->is_server && !m->priv->is_client);
- if (initial_response != NULL)
- g_debug ("ANONYMOUS: initial_response was `%s'", initial_response);
+ //g_debug ("ANONYMOUS: initial_response was `%s'", initial_response);
m->priv->is_server = TRUE;
m->priv->state = G_DBUS_AUTH_MECHANISM_STATE_ACCEPTED;