Removing debug log from gold manager

This commit is contained in:
Matt F 2026-04-23 22:49:08 -07:00
parent 9369763df5
commit 3cd4bada37

View file

@ -19,11 +19,6 @@ namespace TD.Gameplay
/// </summary>
public class GoldManager : NetworkBehaviour
{
private void Awake()
{
Debug.Log("[GoldManager] Awake ran!");
}
// --- Tunables (editable in Inspector) -----------------------------
[Tooltip("How much gold every player starts with when the game begins.")]