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

Removed debug line

This commit is contained in:
MrTheMake 2017-06-19 00:11:47 +02:00
parent 3b3cc59471
commit a399b18837

View File

@ -344,7 +344,6 @@ namespace osu.Game.Screens.Select
if (track != null)
{
trackManager.SetExclusive(track);
System.Diagnostics.Debug.WriteLine("Preview: {0}", preview);
if (preview)
track.Seek(Beatmap.Metadata.PreviewTime);
track.Start();