Skip to content
Snippets Groups Projects
Commit b504193e authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

removed some commentedout debug code

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@152 44740490-163a-0410-bde0-09ae8108e29a
parent 97a3c403
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ $spentityid = isset($_GET['spentityid']) ? $_GET['spentityid'] : $metadata->getM
$logger->log(LOG_INFO, $session->getTrackID(), 'SAML2.0', 'SP.initSLO', 'EVENT', 'Access',
'Accessing SAML 2.0 SP initSLO script');
if (isset($session) ) {
......@@ -47,6 +47,7 @@ if (isset($session) ) {
//$request, $remoteentityid, $relayState = null, $endpoint = 'SingleLogoutService', $direction = 'SAMLRequest', $mode = 'SP'
$httpredirect->sendMessage($req, $idpentityid, $relayState, 'SingleLogoutService', 'SAMLRequest', 'SP');
} catch(Exception $exception) {
......@@ -69,9 +70,6 @@ if (isset($session) ) {
SimpleSAML_Utilities::redirect($relaystate);
#print_r($metadata->getMetaData('sam.feide.no'));
#print_r($req);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment