remove call to private get-version() method

darcs-hash:20080603115839-84dde-40da93a70e24274dcdc28ea2f4fd1e492fdb9e24.gz
This commit is contained in:
Evan Prodromou 2008-06-03 07:58:39 -04:00
parent 71c4032273
commit d266ab8c2d
1 changed files with 0 additions and 2 deletions

View File

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