From 2250eaebc9bde7d367528046eae8c7f425ee1539 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 2 Mar 2009 08:06:17 +0000
Subject: [PATCH] Removed logout debug js commited by a mistake.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1353 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/logout-iframe.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php
index c62e75f28..0547970cc 100644
--- a/templates/logout-iframe.php
+++ b/templates/logout-iframe.php
@@ -57,7 +57,6 @@ function startslo() {
 function slocompletesp($entityhash) {
 	$("table#slostatustable tr#" + $entityhash).filter(".inprogress").removeClass("inprogress").addClass("completed").
 		children().fadeOut("fast").fadeIn("fast");
-	alert("complete SP " + $entityhash );
 }
 
 
-- 
GitLab