1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:49:54 +08:00

Remove wild writeline

This commit is contained in:
Dean Herbert
2020-03-06 02:18:35 +09:00
Unverified
parent ebc86c1075
commit c3ad08f230
-2
View File
@@ -289,8 +289,6 @@ namespace osu.Game.Tests.Visual
lastReferenceTime = refTime;
}
Console.WriteLine($"t={CurrentTime}");
if (CurrentTime >= Length)
{
Stop();