aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendors/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendors/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php b/vendors/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php
index 4da7c94c0..f65ab62f4 100644
--- a/vendors/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php
+++ b/vendors/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php
@@ -235,8 +235,8 @@ class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher {
}
- Auth_OpenID::log("Successfully fetched '%s': POST response code %s",
- $url, $code);
+ //Auth_OpenID::log("Successfully fetched '%s': POST response code %s",
+ // $url, $code);
return new Auth_Yadis_HTTPResponse($url, $code,
$new_headers, $body);