test: 테스트 코드 정리

This commit is contained in:
aube.lee
2025-02-26 22:42:55 +09:00
parent 8d7739c044
commit 209ca2085b
2 changed files with 1 additions and 70 deletions

View File

@@ -132,7 +132,7 @@ namespace TON
public static T LoadJsonFromPersistentData<T>(string fileName)
{
string path = GetPersistentPath(fileName);
Debug.Log($"LoadJsonFromPersistentData : {path}");
// Debug.Log($"LoadJsonFromPersistentData : {path}");
if (!File.Exists(path))
{