Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarksaul committed May 21, 2020
1 parent 633d0b2 commit 92fde8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Provider/Dlrg.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ protected function createResourceOwner(array $response, AccessToken $token) {
}

protected function checkResponse(ResponseInterface $response, $data) {
var_dump($data);
if (!empty($data['error'])) {
$message = $data['error'] . ': ' . $data['error_description'];
throw new IdentityProviderException($message, 42, $data);
Expand Down

0 comments on commit 92fde8a

Please sign in to comment.