diff --git a/projects/handloose/source/Main.hx b/projects/handloose/source/Main.hx index f9bb2e6a..a6bf81cc 100644 --- a/projects/handloose/source/Main.hx +++ b/projects/handloose/source/Main.hx @@ -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])); } }