removed uneeded log

This commit is contained in:
Costa Tsaousis (ktsaou) 2017-09-19 01:29:48 +03:00
parent a613c9f486
commit b94bf08508
No known key found for this signature in database
GPG Key ID: 29CA335889B9A863

@ -1387,7 +1387,6 @@ $CAT_CMD >&20 <<'EOFMTL'
# a function to help us save a value to a file
postprocess_echo_to() { echo "${1}" >"${2}"; }
postprocess_wait_netfilter() {
echo >&2 "checking if netfilter is ready..."
maxwait=60
waiting=0
while [ ! -f /proc/sys/net/netfilter/nf_conntrack_max -a ${waiting} -le ${maxwait} ]