From 34c2f1759b118f65d2e10efa79a3fa0bf15f89f7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 21 Jul 2010 13:56:41 +0000 Subject: [PATCH] [Tests] remove debugging printf --- tests/login_tests_saml2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/login_tests_saml2.c b/tests/login_tests_saml2.c index 8198e8ec..4482448b 100644 --- a/tests/login_tests_saml2.c +++ b/tests/login_tests_saml2.c @@ -640,8 +640,6 @@ START_TEST(test04_sso_then_slo_soap) check_good_rc(lasso_logout_build_request_msg(idpLogoutContext)); check_not_null(idpLogoutContext->parent.msg_url); check_not_null(idpLogoutContext->parent.msg_body); - printf("Request: %s\n", idpLogoutContext->parent.msg_body); - printf("SessionIndex: %s\n", ((LassoSamlp2LogoutRequest*)idpLogoutContext->parent.request)->SessionIndex); check_null(idpLogoutContext->parent.msg_relayState); lasso_assign_string(logoutRequestSoapMessage, idpLogoutContext->parent.msg_body); check_not_null(logoutRequestSoapMessage);