Removed logging

master
Keith Irwin 2022-10-03 12:40:26 -06:00
parent 63768893d4
commit 1a0d565183
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ while IFS= read -r line; do
ipv6="$(<<<"${ips}" grep ':')"
ipv4="${ipv4%%/*}"
ipv6="${ipv6%%/*}"
printf 'Checking %s...' "${ipv4}" >>"${LOGFILE}"
domain=$(<<<"${res}" grep -B1 " ${ipv4}$" | sed '/--/d' | awk '{print $2}' | paste -d " " - - | awk '{print $1}')
printf '%s\t%s\t%s\t%s\n' "${domain}" "${ipv4}" "${ipv6}" "${pubkey}" >>"${LOGFILE}"
# case "${format}" in