Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Nov 13, 2024
1 parent 1075fed commit 0d4e4e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ private IEnumerator HandleWebRequest(PendingRequest request, BufferHolder buffer
bool cacheHit = false;
byte[] cacheData = null;
bool cacheReadDone = false;
Debug.Log(webRequest.url);
cache.RequestRead(webRequest.url, request.maxAgeMillis, (bool success, byte[] data) => {
cacheHit = success;
cacheData = data;
Expand Down

0 comments on commit 0d4e4e0

Please sign in to comment.