diff --git a/Assets/Scripts/Enemy/EnemyAnimationHandler.cs b/Assets/Scripts/Enemy/EnemyAnimationHandler.cs index 583e8bf..6622649 100644 --- a/Assets/Scripts/Enemy/EnemyAnimationHandler.cs +++ b/Assets/Scripts/Enemy/EnemyAnimationHandler.cs @@ -30,7 +30,7 @@ public class EnemyAnimationHandler : MonoBehaviour IEnumerator AnimationDie() { Strangle(); - Debug.Log("Strangle"); + //Debug.Log("Strangle"); yield return new WaitForSecondsRealtime(0.1f); Die(); }