Remove logging

This commit is contained in:
Dean Herbert 2017-12-17 02:56:29 +09:00
parent e2710a309c
commit d27047f94d

View File

@ -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)