Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 26, 2024
1 parent e8fae85 commit 05cc2e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osu.Game/Overlays/MedalSplash/DrawableMedal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ private void load(OsuColour colours, TextureStore textures)
{
medalGlow.Texture = textures.Get(@"MedalSplash/medal-glow");
description.Colour = colours.BlueLight;

Logger.Log("loaded");
}

protected override void LoadComplete()
Expand Down

0 comments on commit 05cc2e9

Please sign in to comment.