1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Removed testing line

This commit is contained in:
ocboogie 2017-04-17 21:35:48 -07:00
parent aa466d0e84
commit 5c48fa6cb1

View File

@ -245,7 +245,6 @@ namespace osu.Game.Screens.Play
public void Restart()
{
System.Diagnostics.Debug.WriteLine("TEST");
OnRestart?.Invoke();
Exit();
}