removes trace() that lags freeplay

This commit is contained in:
Cameron Taylor 2024-05-30 23:07:41 -04:00
parent dc33da904c
commit 7347b66ce4

View file

@ -264,8 +264,6 @@ class SongMenuItem extends FlxSpriteGroup
function updateBPM(newBPM:Int):Void
{
trace(newBPM);
var shiftX:Float = 191;
var tempShift:Float = 0;