diff --git a/Assets/Scripts/UI/Panel/InfoPanel.cs b/Assets/Scripts/UI/Panel/InfoPanel.cs index f9b84d747..d73a02323 100644 --- a/Assets/Scripts/UI/Panel/InfoPanel.cs +++ b/Assets/Scripts/UI/Panel/InfoPanel.cs @@ -19,14 +19,6 @@ namespace AibisDream.UI demoTimer.totalTimeInSeconds = time; } - private void Update() - { - if (Input.GetKeyDown(KeyCode.I)) - { - variableBar.gameObject.SetActive(!variableBar.gameObject.activeSelf); - } - } - public void Show() { gameObject.SetActive(true);