diff options
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r-- | src/rebar_core.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index d39a425..61e9dee 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -43,7 +43,6 @@ run(["version"]) -> ?CONSOLE("Version ~s built ~s\n", [Vsn, ?BUILD_TIME]), ok; run(Args) -> - ?CONSOLE("Args: ~p\n", [Args]), %% Filter all the flags (i.e. string of form key=value) from the %% command line arguments. What's left will be the commands to run. Commands = filter_flags(Args, []), |