[Effect] 스킬 이펙트 디버그 로그 제거

불필요한 Debug.Log 및 Debug.LogWarning 호출 제거로 프로덕션 로그 정리

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-12 02:59:49 +09:00
parent c019acd801
commit 2f90e8e354
4 changed files with 2 additions and 17 deletions

View File

@@ -41,8 +41,6 @@ namespace Colosseum.Skills.Effects
{
damageable.TakeDamage(totalDamage, caster);
}
Debug.Log($"[Damage] {caster.name} -> {target.name}: {totalDamage:F1} ({damageType})");
}
/// <summary>