Clean up output of parallel url check

This commit is contained in:
Ben Edgington
2025-02-19 12:55:51 +00:00
parent 9694c4088b
commit c1624ec23c

View File

@@ -46,7 +46,6 @@ check_url() {
if [ "200" -ne "$res" ]
then
echo "*** $res ***"
echo "$res $x" >> $non_200_urls_tmp
fi
}