Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Apr 3, 2022
1 parent 952d60f commit 6c515f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Client.php
Expand Up @@ -101,10 +101,7 @@ private function performRequest(HttpMethodEnum $method, string $uri, array $data

$options[$option] = $data;

// dd($options);

$uri = (string) $this->resolveUriFor($this->config->getUrl(), $uri);
// dd($uri);
return $this->httpClient->request($method->value, $uri, $options);
}
}

0 comments on commit 6c515f3

Please sign in to comment.