1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 14:53:19 +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
Unverified
parent 388ca5d572
commit 13480feb4f
@@ -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);