aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2016-05-12 11:06:31 -0700
committersanmiguel <[email protected]>2016-05-13 05:40:12 -0700
commit52c45f51fdce679d7658c52a7216cae2aaa11d77 (patch)
tree70bf08181cb2f1932eb59f276c1428c96e1b9271
parent027a46882cb1fa7ccef756d667f57a108055e8f6 (diff)
downloadkerl-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-xkerl2
1 files changed, 0 insertions, 2 deletions
diff --git a/kerl b/kerl
index c2b9443..403f797 100755
--- a/kerl
+++ b/kerl
@@ -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
}