1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 11:22:55 +08:00

Remove debug code

This commit is contained in:
MBmasher 2022-07-18 15:58:32 +10:00
parent 8413c40442
commit 204fbde07b

View File

@ -4,7 +4,6 @@
#nullable disable #nullable disable
using System; using System;
using System.Diagnostics;
using osu.Game.Rulesets.Difficulty.Preprocessing; using osu.Game.Rulesets.Difficulty.Preprocessing;
using osu.Game.Rulesets.Osu.Difficulty.Preprocessing; using osu.Game.Rulesets.Osu.Difficulty.Preprocessing;
using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rulesets.Osu.Objects;
@ -83,8 +82,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
if (osuCurrent.BaseObject is Slider) if (osuCurrent.BaseObject is Slider)
{ {
Debug.Assert(osuCurrent.TravelTime > 0);
Slider osuSlider = (Slider)(osuCurrent.BaseObject); Slider osuSlider = (Slider)(osuCurrent.BaseObject);
// Invert the scaling factor to determine the true travel distance independent of circle size. // Invert the scaling factor to determine the true travel distance independent of circle size.