fix: 테스트 코드 수정

This commit is contained in:
aube.lee
2025-03-18 22:44:53 +09:00
parent 45667c793c
commit 99efa55b65
3 changed files with 16 additions and 20 deletions

View File

@@ -76,7 +76,6 @@ namespace TON
float y = 0;
for (int i = 0; i < rankList.Count; i++)
{
Debug.Log($"RankList[{i}]: {rankList[i].nickname}");
ClearData clearData = rankList[i];
RankBoxItem rankBox = Instantiate(rankBoxPrefab, scrollRect.content);