From 4c1ad8e5854796f9e135f11fde71f5367a1fad7a Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Sun, 4 Feb 2024 06:57:12 +0100 Subject: [PATCH] Removed old debug.log --- Assets/Scripts/Enemy/EnemyAnimationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }