HTTP/OAuth2/Controller/AuthorizeController.php
authorEdward <edward@roojs.com>
Thu, 3 Jul 2014 05:43:38 +0000 (13:43 +0800)
committerEdward <edward@roojs.com>
Thu, 3 Jul 2014 05:43:38 +0000 (13:43 +0800)
HTTP/OAuth2/Controller/AuthorizeController.php

index e2c7a9c..9ea4bf0 100755 (executable)
@@ -124,7 +124,6 @@ class HTTP_OAuth2_Controller_AuthorizeController implements HTTP_OAuth2_Controll
 
     public function validateAuthorizeRequest(HTTP_OAuth2_RequestInterface $request, HTTP_OAuth2_ResponseInterface $response)
     {
-        print_r($request);exit;
         // Make sure a valid client id was supplied (we can not redirect because we were unable to verify the URI)
         if (!$client_id = $request->query("client_id")) {
             // We don't have a good URI to use