Clean up test code

This commit is contained in:
David Zhao 2019-02-25 18:41:13 +09:00
parent ad1bce3585
commit 59ad470eed

View File

@ -513,8 +513,6 @@ namespace osu.Game.Screens.Select
if (base.OnExiting(next))
return true;
Logger.Log("Exiting song select!");
if (ModSelect.State == Visibility.Visible)
{
ModSelect.Hide();