remove debug code

This commit is contained in:
<bdauvergne@entrouvert.com> 1206728195 +0100 0001-01-01 00:00:00 +00:00
parent ebb0a8b09d
commit 28eab18f22
1 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ function finish($return_url = null) {
function finishWithMethod($method, $relay_state_name)
{
if ($method == LASSO_HTTP_METHOD_SOAP) {
echo 'coin';
finish();
} else {
LassoSPKitUtilsSession::setRelayState($relay_state_name, getReturnUrl());
@ -136,7 +135,6 @@ function slo() {
$saml2 = new LassoSPKitSAML2($session);
$method = LASSO_HTTP_METHOD_SOAP;
$ret = $saml2->initiateSLO($method);
echo 'coin';
finishWithMethod($method, 'slo');
}
function sloSoap() {