diff options
Diffstat (limited to 'src/rebar_prv_version.erl')
-rw-r--r-- | src/rebar_prv_version.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_prv_version.erl b/src/rebar_prv_version.erl index c02f851..f158b6d 100644 --- a/src/rebar_prv_version.erl +++ b/src/rebar_prv_version.erl @@ -32,6 +32,5 @@ init(State) -> -spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. do(State) -> - io:format("REST ~p~n", [rebar_state:command_args(State)]), rebar3:version(), {ok, State}. |