From 1a0d56518364e4d75542a143adbfee0607a758dc Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 3 Oct 2022 12:40:26 -0600 Subject: [PATCH] Removed logging --- back/lib/ips_to_peers_rxfr | 1 - 1 file changed, 1 deletion(-) diff --git a/back/lib/ips_to_peers_rxfr b/back/lib/ips_to_peers_rxfr index 5627421..ed52a2c 100755 --- a/back/lib/ips_to_peers_rxfr +++ b/back/lib/ips_to_peers_rxfr @@ -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