diff --git a/actions/userauthorization.php b/actions/userauthorization.php index aa4ca2fadf..aaa161b68a 100644 --- a/actions/userauthorization.php +++ b/actions/userauthorization.php @@ -36,8 +36,6 @@ class UserauthorizationAction extends Action { } common_debug('userauthorization.php - $req = "'.print_r($req,TRUE).'"'); $server = omb_oauth_server(); - common_debug('userauthorization.php - checking request version'); - $server->get_version($req); common_debug('userauthorization.php - getting the consumer'); $consumer = $server->get_consumer($req); common_debug('userauthorization.php - $consumer = "'.print_r($consumer,TRUE).'"');