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)) if (base.OnExiting(next))
return true; return true;
Logger.Log("Exiting song select!");
if (ModSelect.State == Visibility.Visible) if (ModSelect.State == Visibility.Visible)
{ {
ModSelect.Hide(); ModSelect.Hide();