[Style] 로그 삭제
This commit is contained in:
parent
30f16ad59e
commit
1e4c18ff52
@ -61,7 +61,6 @@ public class MainPanelManager : MonoBehaviour
|
||||
/// </summary>
|
||||
public void UpdateMainPanelUI(Action success = null)
|
||||
{
|
||||
Debug.Log("로그인 후 Udpateawfsefasefsefasdfefsefsefsefsef");
|
||||
mainPanelController.UpdateUserInfo();
|
||||
|
||||
success?.Invoke();
|
||||
|
@ -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");
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user