diff --git a/www/saml2/sp/SingleLogoutService.php b/www/saml2/sp/SingleLogoutService.php
index 037e39b49563dc4aaffd38524b5031712fe8c596..e38daf959d3814884a91eb467ba8de71af36c7d6 100644
--- a/www/saml2/sp/SingleLogoutService.php
+++ b/www/saml2/sp/SingleLogoutService.php
@@ -22,7 +22,8 @@ if (isset($session) ) {
 	$session->clean();
 }
 
-	sleep(max(0, rand(-3,5))*5);
+# sleep(max(0, rand(-3,5))*5);
+
 
 if (isset($_GET['SAMLRequest'])) {