1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:02:57 +08:00

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();