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:
parent
ee33f62809
commit
1682260677
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user