Comment cleanup

This commit is contained in:
Ader Alisma 01 2025-06-29 17:53:20 -04:00
parent abcc1de8c7
commit b18290dc76

View File

@ -61,7 +61,6 @@ public class AllyUpgrade : MonoBehaviour, IPointerClickHandler
{ {
if (_instance != null) if (_instance != null)
{ {
Debug.Log("Destroying upgrade UI");
Destroy(_instance); Destroy(_instance);
_instance = null; _instance = null;
} }