From d27047f94dc89cf7c33de049b6ca332ab85684a0 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sun, 17 Dec 2017 02:56:29 +0900 Subject: [PATCH] Remove logging --- osu.Game/Screens/Select/Carousel/CarouselItem.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/osu.Game/Screens/Select/Carousel/CarouselItem.cs b/osu.Game/Screens/Select/Carousel/CarouselItem.cs index 12125fe5e0..b7c5227414 100644 --- a/osu.Game/Screens/Select/Carousel/CarouselItem.cs +++ b/osu.Game/Screens/Select/Carousel/CarouselItem.cs @@ -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)