移除测试代码

This commit is contained in:
lishuo 2022-06-21 18:55:13 +08:00
parent 573b96d86c
commit 84b3e1e7a4

View File

@ -860,7 +860,6 @@ public class RowerHomeScript : PFUIPanel
return; return;
} }
if (RowerData == null) return; if (RowerData == null) return;
transform.Find("Text").GetComponent<Text>().text = $"{RowerData.ElapsedTime}:{RowerData.TotalDistance}";
//#endif //#endif
//断线重连继续() //断线重连继续()
var distance = (int)RowerData.TotalDistance + historyDistance; var distance = (int)RowerData.TotalDistance + historyDistance;