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

Remove wild writeline

This commit is contained in:
Dean Herbert 2020-03-06 02:18:35 +09:00
parent ebc86c1075
commit c3ad08f230

View File

@ -289,8 +289,6 @@ namespace osu.Game.Tests.Visual
lastReferenceTime = refTime;
}
Console.WriteLine($"t={CurrentTime}");
if (CurrentTime >= Length)
{
Stop();