删除日志

This commit is contained in:
shenjianxing 2025-04-25 13:33:02 +08:00
parent 899b00d3c7
commit 8b966b5143

View File

@ -34,7 +34,6 @@ namespace ZXK.LouDiXvMuNiu
IEnumerator LoadTimer()
{
string path = Path.Combine(Application.streamingAssetsPath, "Timer.txt");
Debug.LogError(path);
using (UnityWebRequest request = new UnityWebRequest(path))
{
request.downloadHandler = new DownloadHandlerBuffer();