From 6297ad95aa49c133c860f59d7c6cbeabbc9ad1eb Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 16 Aug 2018 16:44:18 +0900 Subject: [PATCH] Remove test exception --- osu.Game/Screens/Select/PlaySongSelect.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/PlaySongSelect.cs index e83097637d..e914eb365e 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/PlaySongSelect.cs @@ -1,7 +1,6 @@ // Copyright (c) 2007-2018 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -143,8 +142,6 @@ namespace osu.Game.Screens.Select { if (player != null) return false; - throw new Exception("this is a test!"); - // Ctrl+Enter should start map with autoplay enabled. if (GetContainingInputManager().CurrentState?.Keyboard.ControlPressed == true) {