1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 03:07:28 +08:00

Remove verbose log from notifications feed

This commit is contained in:
Salman Ahmed 2023-01-10 13:31:29 +03:00
parent e6479b73de
commit c6b6d0dcfe

View File

@ -55,8 +55,6 @@ namespace osu.Game.Scoring
catch (LegacyScoreDecoder.BeatmapNotFoundException e)
{
Logger.Log($@"Score '{name}' failed to import: no corresponding beatmap with the hash '{e.Hash}' could be found.", LoggingTarget.Database);
Logger.Log($@"Score '{name}' failed to import due to missing beatmap. Check database logs for more info.", LoggingTarget.Information, LogLevel.Error);
return null;
}
}