mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
remove trace() calls from ages ago while im here
This commit is contained in:
parent
88c973f1ae
commit
3181795985
2 changed files with 0 additions and 3 deletions
|
@ -49,7 +49,6 @@ class DJBoyfriend extends FlxAtlasSprite
|
|||
};
|
||||
|
||||
setupAnimations();
|
||||
trace(listAnimations());
|
||||
|
||||
FlxG.debugger.track(this);
|
||||
FlxG.console.registerObject("dj", this);
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue