We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364c169 commit 76b0652Copy full SHA for 76b0652
lib/Saml2/Utils.php
@@ -85,7 +85,6 @@ public static function validateXML($xml, $schema, $debug = false)
85
libxml_use_internal_errors(true);
86
87
if ($xml instanceof DOMDocument) {
88
- print_r('entra');exit();
89
$dom = $xml;
90
} else {
91
$dom = new DOMDocument;
0 commit comments