Removed unused code
This commit is contained in:
parent
452b31f235
commit
61a56eb31e
1 changed files with 0 additions and 1 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Reference in a new issue