1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:49:54 +08:00

Remove debug logging

This commit is contained in:
Dean Herbert
2024-11-26 16:05:04 +09:00
Unverified
parent e8fae85e8d
commit 1e6c04e98b
@@ -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()