1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:09:54 +08:00

Removed testing line

This commit is contained in:
ocboogie
2017-04-17 21:35:48 -07:00
Unverified
parent aa466d0e84
commit 5c48fa6cb1
-1
View File
@@ -245,7 +245,6 @@ namespace osu.Game.Screens.Play
public void Restart()
{
System.Diagnostics.Debug.WriteLine("TEST");
OnRestart?.Invoke();
Exit();
}