GDBus: Nuke debug spew from the ANONYMOUS authentication method
authorDavid Zeuthen <davidz@redhat.com>
Wed, 13 Apr 2011 22:19:57 +0000 (18:19 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 13 Apr 2011 22:20:34 +0000 (18:20 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusauthmechanismanon.c

index 601200d..ea58438 100644 (file)
@@ -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;