디버깅용 로그 제거

This commit is contained in:
2026-02-16 22:17:37 +09:00
parent 2f624f621c
commit f73c660579
21 changed files with 65 additions and 258 deletions

View File

@@ -31,7 +31,6 @@ namespace Northbound
{
if (monsterData == null)
{
Debug.LogWarning("[MonsterDataComponent] monsterData is null", this);
return;
}
@@ -55,8 +54,6 @@ namespace Northbound
{
navAgent.speed = monsterData.moveSpeed;
}
Debug.Log($"[MonsterDataComponent] Applied data for {monsterData.id} ({monsterData.memo})", this);
}
}
}