Skip to content
Snippets Groups Projects
Commit f261dfc1 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Remove debugging leftovers.

parent 977b8e86
No related branches found
No related tags found
No related merge requests found
......@@ -84,18 +84,14 @@ function present_attributes(SimpleSAML_XHTML_Template $t, $attributes, $namePare
$eptid = array(
'NameID' => array($nameID->value),
);
//$str .= '<td class="attrvalue">'.htmlspecialchars($nameID->value).'<br/>';
if (!empty($nameID->Format)) {
$eptid['Format'] = array($nameID->Format);
//$str .= '<em>Format:</em> <code>'.htmlspecialchars($nameID->Format).'</code><br/>';
}
if (!empty($nameID->NameQualifier)) {
$eptid['NameQualifier'] = array($nameID->NameQualifier);
//$str .= '<em>NameQualifier:</em> <code>'.htmlspecialchars($nameID->NameQualifier).'</code><br/>';
}
if (!empty($nameID->SPNameQualifier)) {
$eptid['SPNameQualifier'] = array($nameID->SPNameQualifier);
//$str .= '<em>SPNameQualifier:</em> <code>'.htmlspecialchars($nameID->SPNameQualifier).'</code>';
}
$str .= '<td class="attrvalue">';
$str .= present_assoc($eptid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment