Removed old debug.log

This commit is contained in:
BOT Alex 2024-02-04 06:57:12 +01:00
parent 678eb955c7
commit 4c1ad8e585
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class EnemyAnimationHandler : MonoBehaviour
IEnumerator AnimationDie()
{
Strangle();
Debug.Log("Strangle");
//Debug.Log("Strangle");
yield return new WaitForSecondsRealtime(0.1f);
Die();
}