Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x

This commit is contained in:
Brion Vibber 2010-03-08 13:39:46 -08:00
commit 83ff0260c9
1 changed files with 0 additions and 3 deletions

View File

@ -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");
}