remove a trace

This commit is contained in:
2022-02-03 13:41:48 -07:00
parent ae871c38bc
commit ee55b91e4d

View File

@@ -11,7 +11,6 @@ class Main extends Sprite
super();
addChild(new FlxGame(0, 0, TypingState, 1, 60, 60, true));
var t:TypingState = cast FlxG.state;
trace(Sys.args()[0]);
t.setModel(new DocumentModel(Sys.args()[0]));
}
}