mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
Remove debug code
This commit is contained in:
parent
8413c40442
commit
204fbde07b
@ -4,7 +4,6 @@
|
||||
#nullable disable
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using osu.Game.Rulesets.Difficulty.Preprocessing;
|
||||
using osu.Game.Rulesets.Osu.Difficulty.Preprocessing;
|
||||
using osu.Game.Rulesets.Osu.Objects;
|
||||
@ -83,8 +82,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
|
||||
|
||||
if (osuCurrent.BaseObject is Slider)
|
||||
{
|
||||
Debug.Assert(osuCurrent.TravelTime > 0);
|
||||
|
||||
Slider osuSlider = (Slider)(osuCurrent.BaseObject);
|
||||
|
||||
// Invert the scaling factor to determine the true travel distance independent of circle size.
|
||||
|
Loading…
Reference in New Issue
Block a user