diff --git a/src/Auth/OAuth/Apple.php b/src/Auth/OAuth/Apple.php index d0abf7be70..c0f7c7274d 100644 --- a/src/Auth/OAuth/Apple.php +++ b/src/Auth/OAuth/Apple.php @@ -63,9 +63,6 @@ class Apple extends OAuth ]) ); - var_dump($accessToken); - exit(); - $accessToken = json_decode($accessToken, true); if (isset($accessToken['access_token'])) {