From ee55b91e4dafeae51c4ba7c6ba1beabf6081c3cc Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 3 Feb 2022 13:41:48 -0700 Subject: [PATCH] remove a trace --- projects/handloose/source/Main.hx | 1 - 1 file changed, 1 deletion(-) 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])); } }