From b4cdc321cb8f320bdedeb2f034148d407c678179 Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Sun, 27 Feb 2022 13:49:52 -0500 Subject: [PATCH] Remove debug log --- Assets/Scripts/Minigames.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index 847f9407..0a7180e9 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -252,7 +252,6 @@ namespace RhythmHeavenMania new GameAction("set background color", delegate { var e = eventCaller.currentEntity; var c = KarateMan.instance.BackgroundColors[e.type]; - Debug.Log("TYPE=" + e.type.ToString() + ", SHADOW=" + e.type2.ToString()); if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA; KarateMan.instance.SetBackgroundColor(e.type, e.type2, c, e.colorB); }, 1f, false, new List()