diff options
author | sanmiguel <[email protected]> | 2016-05-12 11:06:31 -0700 |
---|---|---|
committer | sanmiguel <[email protected]> | 2016-05-13 05:40:12 -0700 |
commit | 52c45f51fdce679d7658c52a7216cae2aaa11d77 (patch) | |
tree | 70bf08181cb2f1932eb59f276c1428c96e1b9271 | |
parent | 027a46882cb1fa7ccef756d667f57a108055e8f6 (diff) | |
download | kerl-52c45f51fdce679d7658c52a7216cae2aaa11d77.tar.gz kerl-52c45f51fdce679d7658c52a7216cae2aaa11d77.tar.bz2 kerl-52c45f51fdce679d7658c52a7216cae2aaa11d77.zip |
Remove extraneous loglines
These two end up in $KERL_BASE_DIR/otp_releases because of when they get
emitted
-rwxr-xr-x | kerl | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -176,10 +176,8 @@ get_releases() { if [ "$KERL_BUILD_BACKEND" = "git" ] then - echo "Getting the available releases from github.com..." get_git_releases else - echo "Getting the available releases from erlang.org..." get_tarball_releases fi } |