Removed unused code

This commit is contained in:
Alexey Golubev 2017-04-25 16:09:38 +03:00 committed by GitHub
parent 452b31f235
commit 61a56eb31e

@ -70,7 +70,6 @@ parse_rabbitmq_url(){
else else
user=$userpass user=$userpass
fi fi
echo $user
# extract the host # extract the host
local hostport="$(echo ${url/$userpass@/} | cut -d/ -f1)" local hostport="$(echo ${url/$userpass@/} | cut -d/ -f1)"