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();