diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 1745ee4..7be404a 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -197,7 +197,6 @@ class Savvy extends BaseController $resLoginArray = json_decode($resLogin, true); $this->logArray($resLoginArray); if (!empty($resLoginArray)){ - $data = json_decode($res, TRUE); if (isset($$resLoginArray['accessToken'])){ $res = UserProfile::floatUserProfile($$resLoginArray['accessToken']);