mirror of
https://github.com/ppy/osu.git
synced 2025-02-25 21:02:59 +08:00
Remove unnecessary logging
This commit is contained in:
parent
6874cdf0c8
commit
234bec45cc
@ -36,8 +36,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public virtual ModReplayData CreateReplayData(IBeatmap beatmap, IReadOnlyList<Mod> mods)
|
||||
{
|
||||
Logger.Log($"Ruleset mod implementation for {GetType().Name} should be updated to newer {nameof(ICreateReplayData)} signature.", LoggingTarget.Information);
|
||||
|
||||
#pragma warning disable CS0618
|
||||
var replayScore = CreateReplayScore(beatmap, mods);
|
||||
#pragma warning restore CS0618
|
||||
|
Loading…
Reference in New Issue
Block a user