diff --git a/lib/SimpleSAML/XML/AuthnResponse.php b/lib/SimpleSAML/XML/AuthnResponse.php
index da697ccb5dca479c26baaf93666e2fb24434d142..d013aca1fa471d7646ec2a6aae9e88214a294d9c 100644
--- a/lib/SimpleSAML/XML/AuthnResponse.php
+++ b/lib/SimpleSAML/XML/AuthnResponse.php
@@ -67,11 +67,9 @@ require_once('xmlseclibs.php');
 	public function getDOM() {
 		if (isset($this->message) ) {
 			
-			/*
 			if (isset($this->dom)) {
 				return $this->dom;
 			}
-			*/
 		
 			$token = new DOMDocument();
 			$token->loadXML(str_replace ("\r", "", $this->message));