diff --git a/Assets/Script/Main/MainPanelManager.cs b/Assets/Script/Main/MainPanelManager.cs
index e8725bd..94cd0bd 100644
--- a/Assets/Script/Main/MainPanelManager.cs
+++ b/Assets/Script/Main/MainPanelManager.cs
@@ -61,7 +61,6 @@ public class MainPanelManager : MonoBehaviour
     /// </summary>
     public void UpdateMainPanelUI(Action success = null)
     {
-        Debug.Log("로그인 후 Udpateawfsefasefsefasdfefsefsefsefsef");
         mainPanelController.UpdateUserInfo();
 
         success?.Invoke();
diff --git a/Assets/Script/UI/PanelController/PanelManager.cs b/Assets/Script/UI/PanelController/PanelManager.cs
index 4468e3a..7dfde0e 100644
--- a/Assets/Script/UI/PanelController/PanelManager.cs
+++ b/Assets/Script/UI/PanelController/PanelManager.cs
@@ -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");