summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-01-12 00:35:04 +0000
committertailor <cygnus@janrain.com>2007-01-12 00:35:04 +0000
commitf7fee4d06b315974b341e8cde6c14bd3ae61d06e (patch)
tree6e557bded3b0516d3ba756bcccdb40245638510b
parentb05d16f479dbf75d958ffc3c057dfb09843531a8 (diff)
downloadphp-openid-f7fee4d06b315974b341e8cde6c14bd3ae61d06e.zip
php-openid-f7fee4d06b315974b341e8cde6c14bd3ae61d06e.tar.gz
php-openid-f7fee4d06b315974b341e8cde6c14bd3ae61d06e.tar.bz2
[project @ Remove print_r]
-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);