1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

Remove debug information

This commit is contained in:
Frank Denis 2019-11-05 15:56:48 +01:00
parent 89f2fd6b71
commit f65221ffe7

@ -51,7 +51,6 @@ init() {
;; ;;
esac esac
listen_addresses=$(get_listen_addresses "$ext_addresses") listen_addresses=$(get_listen_addresses "$ext_addresses")
echo "$listen_addresses"
tls_proxy_configuration="" tls_proxy_configuration=""
if [ -n "$tls_proxy_upstream_address" ]; then if [ -n "$tls_proxy_upstream_address" ]; then