Skip to content

Commit c8ac1e3

Browse files
committed
comment
1 parent dde2200 commit c8ac1e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Others/Script/SupportPhoneStat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ IEnumerator ReportEnterScene()
6464
{
6565
Debug.Log(www.downloadHandler.text);
6666
}
67-
GetSupportedStat((rsp) => { if (rsp != null) { Debug.Log(JsonConvert.SerializeObject(rsp)); } });
67+
//GetSupportedStat((rsp) => { if (rsp != null) { Debug.Log(JsonConvert.SerializeObject(rsp)); } });
6868
}
6969

7070
public static void GetSupportedStat(OnResponse onRsp)

0 commit comments

Comments
 (0)