diff --git a/osu.Game/Screens/Play/Player.cs b/osu.Game/Screens/Play/Player.cs index 6539fdb732..60903d66c4 100644 --- a/osu.Game/Screens/Play/Player.cs +++ b/osu.Game/Screens/Play/Player.cs @@ -245,7 +245,6 @@ public void Resume() public void Restart() { - System.Diagnostics.Debug.WriteLine("TEST"); OnRestart?.Invoke(); Exit(); }