Clean up logging
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using UI.Core;
|
||||
using Core;
|
||||
using UI.Core;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
@@ -53,7 +54,7 @@ namespace UI
|
||||
return;
|
||||
}
|
||||
|
||||
Debug.Log($"[HudMenuButton] {buttonName} opening page from prefab: {pagePrefab.name}");
|
||||
Logging.Debug($"[HudMenuButton] {buttonName} opening page from prefab: {pagePrefab.name}");
|
||||
UIPageController.Instance.PushPageFromPrefab(pagePrefab);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user