Remove debug log

This commit is contained in:
Carson Kompon 2022-02-27 13:49:52 -05:00
parent 6a2ccf4b2c
commit b4cdc321cb

View file

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