Removed old die statement

This commit is contained in:
Alex Bilbie 2012-08-27 15:25:14 +01:00
parent 5da9088410
commit b7d73accdc

View File

@ -197,7 +197,7 @@ class Server
foreach ($scopes as $scope) { foreach ($scopes as $scope) {
$scopeDetails = $this->dbcall('getScope', $scope); $scopeDetails = $this->dbcall('getScope', $scope);
//die(var_dump($scopeDetails));
if ($scopeDetails === false) { if ($scopeDetails === false) {
throw new OAuthServerClientException(sprintf($this->errors['invalid_scope'], $scope), 4); throw new OAuthServerClientException(sprintf($this->errors['invalid_scope'], $scope), 4);