1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:43:20 +08:00

remove meanless comment

This commit is contained in:
cdwcgt 2023-05-05 21:29:06 +09:00
parent 4393e53b43
commit 71864fbb93
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -69,7 +69,6 @@ namespace osu.Game.Database
i++;
}
// Only pop up once to prevent spam.
if (fileMissing)
{
Logger.Log("Some of model files are missing, they will not be included in the archive", LoggingTarget.Database, LogLevel.Error);