From 7bd3b7ab469e7ffd5d054bcea51ced3e64540618 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 18 Jan 2020 10:24:40 +0530 Subject: [PATCH] chore: apple Adapter Fixes --- src/Auth/OAuth/Apple.php | 3 --- 1 file changed, 3 deletions(-) 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'])) {