Skip to content

Commit

Permalink
remove trace committed accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
crayfellow committed Apr 2, 2013
1 parent 46ac616 commit 34d5a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/run-script/src/RunScript.hx
Expand Up @@ -915,7 +915,6 @@ class RunScript {
arg = StringTools.replace(arg, '\"', '"'); arg = StringTools.replace(arg, '\"', '"');
arg = StringTools.replace(arg, "'", '"'); arg = StringTools.replace(arg, "'", '"');
cleanArgs.push(arg); cleanArgs.push(arg);
trace("zARG: " + arg);
} }


Sys.exit (runCommand (nmeDirectory, "neko", cleanArgs)); Sys.exit (runCommand (nmeDirectory, "neko", cleanArgs));
Expand Down

0 comments on commit 34d5a6e

Please sign in to comment.