1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Remove left over logging line

This commit is contained in:
Dean Herbert 2020-11-24 15:28:03 +09:00
parent ee33f62809
commit 1682260677

View File

@ -168,8 +168,6 @@ namespace osu.Game.Rulesets.Judgements
private void prepareDrawables()
{
Logger.Log("prepareDrawables on DrawableJudgement");
var type = Result?.Type ?? HitResult.Perfect; //TODO: better default type from ruleset
// todo: this should be removed once judgements are always pooled.