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