[Style] 로그 삭제

This commit is contained in:
Jay 2025-03-19 15:52:06 +09:00
parent 30f16ad59e
commit 1e4c18ff52
2 changed files with 0 additions and 5 deletions

View File

@ -61,7 +61,6 @@ public class MainPanelManager : MonoBehaviour
/// </summary>
public void UpdateMainPanelUI(Action success = null)
{
Debug.Log("로그인 후 Udpateawfsefasefsefasdfefsefsefsefsef");
mainPanelController.UpdateUserInfo();
success?.Invoke();

View File

@ -32,8 +32,6 @@ public class PanelManager : MonoBehaviour
void Start()
{
PanelManager panelManager = FindObjectOfType<PanelManager>();
if (_canvas == null)
{
_canvas = GameObject.Find("Canvas").GetComponent<Canvas>();
@ -72,10 +70,8 @@ public class PanelManager : MonoBehaviour
public void OpenLoadingPanel(bool rotateImage = false, bool animatedText = false, bool flipImage = false)
{
Debug.Log("loadingPanelObject 실행?");
if (_canvas != null)
{
Debug.Log("CANVSALKDFJLSKDFJAOIJVASDLKFJLSIDF?");
var loadingPanelObject = GetPanel("Loading Panel");