mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -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();
|
setupAnimations();
|
||||||
trace(listAnimations());
|
|
||||||
|
|
||||||
FlxG.debugger.track(this);
|
FlxG.debugger.track(this);
|
||||||
FlxG.console.registerObject("dj", this);
|
FlxG.console.registerObject("dj", this);
|
||||||
|
|
|
@ -182,8 +182,6 @@ class SongMenuItem extends FlxSpriteGroup
|
||||||
{
|
{
|
||||||
var charPath:String = "freeplay/icons/";
|
var charPath:String = "freeplay/icons/";
|
||||||
|
|
||||||
trace(char);
|
|
||||||
|
|
||||||
// TODO: Put this in the character metadata where it belongs.
|
// TODO: Put this in the character metadata where it belongs.
|
||||||
// TODO: Also, can use CharacterDataParser.getCharPixelIconAsset()
|
// TODO: Also, can use CharacterDataParser.getCharPixelIconAsset()
|
||||||
switch (char)
|
switch (char)
|
||||||
|
|
Loading…
Reference in a new issue