mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Remove error logging
Already logged to network.log with ample detail.
This commit is contained in:
parent
388ca5d572
commit
13480feb4f
@ -275,7 +275,6 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
PlaceholderState = PlaceholderState.NetworkFailure;
|
PlaceholderState = PlaceholderState.NetworkFailure;
|
||||||
Logger.Error(e, @"Couldn't fetch beatmap scores!");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
api.Queue(getScoresRequest);
|
api.Queue(getScoresRequest);
|
||||||
|
Loading…
Reference in New Issue
Block a user