diff --git a/Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client/PolyClient.cs b/Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client/PolyClient.cs index 3ac293b..8f476ff 100644 --- a/Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client/PolyClient.cs +++ b/Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client/PolyClient.cs @@ -446,7 +446,6 @@ private static string GetBaseUrl() /// Forms a GET request from a HTTP path. /// public UnityWebRequest GetRequest(string path, string contentType) { - Debug.Log($"GET: {path}"); // The default constructor for a UnityWebRequest gives a GET request. UnityWebRequest request = new UnityWebRequest(path); request.SetRequestHeader("Content-type", contentType);