summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Auth/OpenID/OpenID_Yadis.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/Auth/OpenID/OpenID_Yadis.php b/Tests/Auth/OpenID/OpenID_Yadis.php
index a49b3ba..092d043 100644
--- a/Tests/Auth/OpenID/OpenID_Yadis.php
+++ b/Tests/Auth/OpenID/OpenID_Yadis.php
@@ -184,12 +184,6 @@ class Tests_Auth_OpenID_Tester extends PHPUnit_TestCase {
// All endpoints will have same yadis_url
$this->assertEquals($this->yadis_url, $endpoint->claimed_id);
-
- if ($this->local_id != $endpoint->local_id) {
- print "Expected: ".$this->local_id."\n";
- print_r($endpoint);
- }
-
// and delegate
$this->assertEquals($this->local_id, $endpoint->local_id);