Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Jul 9, 2024
1 parent 1b7f295 commit 6e43699
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ private static string GetBaseUrl()
/// Forms a GET request from a HTTP path.
/// </summary>
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);
Expand Down

0 comments on commit 6e43699

Please sign in to comment.