summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-19 21:08:26 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-19 21:08:26 +0000
commit920e314a90865df129009f9503476133c09df905 (patch)
tree65e91d7e453446e209c0ffafb9d6f73e1e446663
parent0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff)
downloadrebar-920e314a90865df129009f9503476133c09df905.tar.gz
Remove profiler note
If and when getopt gains the required feature, this can be revisited, but let's remove the message, since it's been a long time.
-rw-r--r--src/rebar.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 6f78fe6..d35e492 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -156,9 +156,6 @@ init_config1(BaseConfig) ->
rebar_config:set_xconf(BaseConfig1, base_dir, AbsCwd).
profile(BaseConfig1, Commands) ->
- ?CONSOLE("Please take note that profiler=[fprof|eflame] is preliminary"
- " and will be~nreplaced with a different command line flag"
- " in the next release.~n", []),
Profiler = rebar_config:get_global(BaseConfig1, profiler, "fprof"),
profile(BaseConfig1, Commands, list_to_atom(Profiler)).