diff --git a/yggdrasil/yggdrasil.go b/yggdrasil/yggdrasil.go index ac54f8a..9bf4f87 100644 --- a/yggdrasil/yggdrasil.go +++ b/yggdrasil/yggdrasil.go @@ -64,9 +64,3 @@ func rawPost(endpoint string, payload interface{}) (*http.Response, error) { // Do return client.Do(PostRequest) } - -// SetClient set the HTTP client for Yggdrasil. -// Only used when you want to use custom HTTP client settings. -func SetClient(newclient http.Client) { - client = newclient -}