summaryrefslogtreecommitdiff
path: root/extlib
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-08 13:38:26 -0800
committerBrion Vibber <brion@pobox.com>2010-03-08 13:38:26 -0800
commit3b0bdc0ae2730f9dc8ad4772fa5a65dae351b976 (patch)
tree2f3b6934d95704ed9972de267816309d8ebfed19 /extlib
parent7e7d88831cf8b3e8876499b86890da2e63b08c97 (diff)
Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in
This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97.
Diffstat (limited to 'extlib')
-rw-r--r--extlib/Auth/OpenID/Consumer.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/extlib/Auth/OpenID/Consumer.php b/extlib/Auth/OpenID/Consumer.php
index 130fe0713..500890b65 100644
--- a/extlib/Auth/OpenID/Consumer.php
+++ b/extlib/Auth/OpenID/Consumer.php
@@ -966,9 +966,6 @@ class Auth_OpenID_GenericConsumer {
// framework will not want to block on this call to
// _checkAuth.
if (!$this->_checkAuth($message, $server_url)) {
- var_dump($message);
- var_dump($server_url);
- var_dump($this);
return new Auth_OpenID_FailureResponse(null,
"Server denied check_authentication");
}