summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2017-08-19 23:22:25 +0100
committerGitHub <noreply@github.com>2017-08-19 23:22:25 +0100
commit5047ad267296d61ee824b1fbcdeec7e2ce5e44ba (patch)
tree1da273945159c83ef7421eb8f70a8035b3e0cd61
parentadd62f1b25ac950fe3b32f1ec90d93717b418f8e (diff)
parent920e314a90865df129009f9503476133c09df905 (diff)
downloadrebar-5047ad267296d61ee824b1fbcdeec7e2ce5e44ba.tar.gz
Merge pull request #642 from tuncer/profile-log
Remove profiler note
-rw-r--r--src/rebar.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index fa7d060..c87e591 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)).