diff --git a/app/Library/Esi/Esi.php b/app/Library/Esi/Esi.php index aebee0175..f174a0a1d 100644 --- a/app/Library/Esi/Esi.php +++ b/app/Library/Esi/Esi.php @@ -118,12 +118,6 @@ class Esi { $scopes .= "%20"; } } - - dd($scopes); - - //Create string separated by %20 = space from the array of scopes - $scopes = implode(" ", $scopesArr); - $scopes = str_replace(" ", "%20", $scopes); //Setup the new guzzle client $client = new Client();