1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Remove error logging

Already logged to network.log with ample detail.
This commit is contained in:
Dean Herbert 2018-06-26 16:38:19 +09:00
parent 388ca5d572
commit 13480feb4f

View File

@ -275,7 +275,6 @@ namespace osu.Game.Screens.Select.Leaderboards
return;
PlaceholderState = PlaceholderState.NetworkFailure;
Logger.Error(e, @"Couldn't fetch beatmap scores!");
});
api.Queue(getScoresRequest);