Remove TODO

This commit is contained in:
Dean Herbert 2024-08-30 18:37:27 +09:00
parent c013974790
commit 291dd5b101
No known key found for this signature in database

View File

@ -320,7 +320,6 @@ namespace osu.Game.Screens.Select
{
try
{
// TODO: chekc whether we still need beatmap sets by ID
foreach (var set in setsRequiringRemoval) removeBeatmapSet(set.ID);
foreach (var set in setsRequiringUpdate) updateBeatmapSet(set);