From 9d45c73f15999ab46b25ad62081c2b07033fd618 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 24 Feb 2009 08:05:01 +0000
Subject: [PATCH] SSOService update regarding logging...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1312 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/SSOService.php | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/www/saml2/idp/SSOService.php b/www/saml2/idp/SSOService.php
index 885e4fea9..dccc51685 100644
--- a/www/saml2/idp/SSOService.php
+++ b/www/saml2/idp/SSOService.php
@@ -279,21 +279,6 @@ if($needAuth && !$isPassive) {
 		 */
 		$attributes = $session->getAttributes();
 		
-		/*
-			Need to be replaced by a auth proc filter that does the log entry....
-			
-			$realmattr = $config->getValue('statistics.realmattr', null);
-			$realmstr = 'NA';
-			if (!empty($realmattr)) {
-				if (array_key_exists($realmattr, $tempattr) && is_array($tempattr[$realmattr]) ) {
-					$realmstr = $tempattr[$realmattr][0];
-				} else {
-					SimpleSAML_Logger::warning('Could not get realm attribute to log [' . $realmattr. ']');
-				}
-			} 
-		*/
-		SimpleSAML_Logger::stats('saml20-idp-SSO ' . $spentityid . ' ' . $idpentityid . ' NA');
-		
 		/* Authentication processing operations. */
 		if (array_key_exists('AuthProcState', $requestcache)) {
 			/* Processed earlier, saved in requestcache. */
-- 
GitLab