From 5c48fa6cb15320de4eaf414b15a73142fa226abb Mon Sep 17 00:00:00 2001 From: ocboogie Date: Mon, 17 Apr 2017 21:35:48 -0700 Subject: [PATCH] Removed testing line --- osu.Game/Screens/Play/Player.cs | 1 - 1 file changed, 1 deletion(-) 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 @@ namespace osu.Game.Screens.Play public void Restart() { - System.Diagnostics.Debug.WriteLine("TEST"); OnRestart?.Invoke(); Exit(); }