mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00:00
Remove logging
This commit is contained in:
parent
e2710a309c
commit
d27047f94d
@ -4,7 +4,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using osu.Framework.Configuration;
|
||||
using osu.Framework.Logging;
|
||||
|
||||
namespace osu.Game.Screens.Select.Carousel
|
||||
{
|
||||
@ -57,8 +56,6 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
State.ValueChanged += v =>
|
||||
{
|
||||
Logger.Log($"State of {this} changed to {v}");
|
||||
|
||||
if (InternalChildren == null) return;
|
||||
|
||||
switch (v)
|
||||
|
Loading…
Reference in New Issue
Block a user