From b504193e91613f7e3f24fec3298b6d87f8fd2d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 11 Jan 2008 13:03:07 +0000 Subject: [PATCH] removed some commentedout debug code git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@152 44740490-163a-0410-bde0-09ae8108e29a --- www/saml2/sp/initSLO.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/saml2/sp/initSLO.php b/www/saml2/sp/initSLO.php index abb24721f..193f35255 100644 --- a/www/saml2/sp/initSLO.php +++ b/www/saml2/sp/initSLO.php @@ -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); - } -- GitLab