Skip to content

Commit 76b0652

Browse files
committed
Remove checkpoint
1 parent 364c169 commit 76b0652

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Saml2/Utils.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public static function validateXML($xml, $schema, $debug = false)
8585
libxml_use_internal_errors(true);
8686

8787
if ($xml instanceof DOMDocument) {
88-
print_r('entra');exit();
8988
$dom = $xml;
9089
} else {
9190
$dom = new DOMDocument;

0 commit comments

Comments
 (0)