Remove unnecessary assigns of BeatmapSetInfo.Metadata

This commit is contained in:
Dean Herbert
2021-11-22 16:22:31 +09:00
parent fda529de26
commit 6a671b0a52
6 changed files with 0 additions and 6 deletions

View File

@ -154,7 +154,6 @@ namespace osu.Game.Tests.Online
Debug.Assert(info.BeatmapSet != null);
info.BeatmapSet.Beatmaps.Add(info);
info.BeatmapSet.Metadata = info.Metadata;
info.MD5Hash = stream.ComputeMD5Hash();
info.Hash = stream.ComputeSHA2Hash();
}