diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php index c62e75f286b917abcf1feb7106cb1da2ac1e4dcf..0547970ccace308133d0f1bbf10d72aa9cb81319 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 ); }