1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 12:37:45 +08:00

Remove oudated comments

This commit is contained in:
Dean Herbert 2022-01-13 15:27:43 +09:00
parent 6025fe325d
commit 88145dedf1

View File

@ -393,9 +393,6 @@ namespace osu.Game.Stores
LogForModel(item, @"Found existing but failed re-use check.");
existing.DeletePending = true;
// todo: actually delete? i don't think this is required...
// ModelStore.PurgeDeletable(s => s.ID == existing.ID);
}
PreImport(item, realm);