HTTP/OAuth2/Server.php
authorEdward <edward@roojs.com>
Fri, 26 Sep 2014 02:38:22 +0000 (10:38 +0800)
committerEdward <edward@roojs.com>
Fri, 26 Sep 2014 02:38:22 +0000 (10:38 +0800)
HTTP/OAuth2/Server.php

index d77df46..69fbae2 100644 (file)
@@ -252,7 +252,6 @@ class HTTP_OAuth2_Server implements HTTP_OAuth2_Controller_ResourceControllerInt
     public function handleTokenRequest(HTTP_OAuth2_RequestInterface $request, HTTP_OAuth2_ResponseInterface $response = null)
     {
         $this->response = is_null($response) ? new HTTP_OAuth2_Response() : $response;
-        print_r($this->getTokenController());exit;
         $this->getTokenController()->handleTokenRequest($request, $this->response);
         
         return $this->response;