1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 00:23:01 +08:00

Remove one more outdated comment

This commit is contained in:
Dean Herbert 2022-01-18 16:46:14 +09:00
parent a5862ca00d
commit 488f044924

View File

@ -294,10 +294,6 @@ namespace osu.Game.Tests.Visual
if (MusicController?.TrackLoaded == true)
MusicController.Stop();
// TODO: what should we do here, if anything? should we use an in-memory realm in this instance?
// if (contextFactory?.IsValueCreated == true)
// contextFactory.Value.ResetDatabase();
RecycleLocalStorage(true);
}