remove trace() calls from ages ago while im here

This commit is contained in:
Cameron Taylor 2024-03-27 20:58:58 -04:00
parent 88c973f1ae
commit 3181795985
2 changed files with 0 additions and 3 deletions

View file

@ -49,7 +49,6 @@ class DJBoyfriend extends FlxAtlasSprite
};
setupAnimations();
trace(listAnimations());
FlxG.debugger.track(this);
FlxG.console.registerObject("dj", this);

View file

@ -182,8 +182,6 @@ class SongMenuItem extends FlxSpriteGroup
{
var charPath:String = "freeplay/icons/";
trace(char);
// TODO: Put this in the character metadata where it belongs.
// TODO: Also, can use CharacterDataParser.getCharPixelIconAsset()
switch (char)