Skip to content
Snippets Groups Projects
Commit 21bfbbba authored by Adelline Kania's avatar Adelline Kania
Browse files

chore: delete debug log

parent ead95106
No related merge requests found
...@@ -41,9 +41,6 @@ public class ShopKeeperManager : MonoBehaviour ...@@ -41,9 +41,6 @@ public class ShopKeeperManager : MonoBehaviour
{ {
anim = GetComponent<Animator>(); anim = GetComponent<Animator>();
player = GameObject.FindGameObjectWithTag("Player"); player = GameObject.FindGameObjectWithTag("Player");
Debug.Log("PLAYER POSITIONN");
Debug.Log(player.transform.position);
Debug.Log(player.transform.rotation);
} }
// Update is called once per frame // Update is called once per frame
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment