1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:09:57 +08:00

Remove some excessive logging

This commit is contained in:
Dean Herbert
2023-12-18 19:20:57 +09:00
Unverified
parent e3251b40b3
commit 03ac2c3094
-2
View File
@@ -293,7 +293,6 @@ namespace osu.Game
r.Find<ScoreInfo>(id)!.MaximumStatisticsJson = JsonConvert.SerializeObject(score.MaximumStatistics);
});
Logger.Log($"Populated maximum statistics for score {id}");
++processedCount;
}
catch (ObjectDisposedException)
@@ -354,7 +353,6 @@ namespace osu.Game
s.TotalScoreVersion = LegacyScoreEncoder.LATEST_VERSION;
});
Logger.Log($"Converted total score for score {id}");
++processedCount;
}
catch (ObjectDisposedException)