Remove overly verbose logging during beatmap imports

This commit is contained in:
Dean Herbert
2021-06-27 13:06:47 +09:00
parent d1f852d102
commit 46f8100f43
2 changed files with 0 additions and 3 deletions

View File

@ -48,7 +48,6 @@ namespace osu.Game.Beatmaps
public Task UpdateAsync(BeatmapSetInfo beatmapSet, CancellationToken cancellationToken)
{
LogForModel(beatmapSet, "Performing online lookups...");
return Task.WhenAll(beatmapSet.Beatmaps.Select(b => UpdateAsync(beatmapSet, b, cancellationToken)).ToArray());
}