1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 20:33:21 +08:00

Remove debug logging

This commit is contained in:
Dean Herbert 2024-11-26 16:05:04 +09:00
parent e8fae85e8d
commit 1e6c04e98b
No known key found for this signature in database

View File

@ -12,7 +12,6 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Framework.Logging;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Sprites;
@ -125,8 +124,6 @@ namespace osu.Game.Overlays.MedalSplash
{
medalGlow.Texture = textures.Get(@"MedalSplash/medal-glow");
description.Colour = colours.BlueLight;
Logger.Log("loaded");
}
protected override void LoadComplete()