From ac28149cfd2baf76127b699f66d9f4e109fd2364 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 5 May 2009 07:38:01 +0000 Subject: [PATCH] Shib13: Stats logging is now handled by a processing filter. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1491 44740490-163a-0410-bde0-09ae8108e29a --- www/shib13/idp/SSOService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/shib13/idp/SSOService.php b/www/shib13/idp/SSOService.php index db6810315..bfb6c3d41 100644 --- a/www/shib13/idp/SSOService.php +++ b/www/shib13/idp/SSOService.php @@ -183,8 +183,6 @@ try { $attributes = $session->getAttributes(); - SimpleSAML_Logger::stats('shib13-idp-SSO ' . $spmetadata['entityid'] . ' ' . $idpmetadata['entiryid'] . ' NA'); - /* Authentication processing operations. */ if (!isset($authProcState)) { /* Not processed. */ -- GitLab