mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-08 22:17:59 -05:00
Clean up output of parallel url check
This commit is contained in:
@@ -46,7 +46,6 @@ check_url() {
|
||||
|
||||
if [ "200" -ne "$res" ]
|
||||
then
|
||||
echo "*** $res ***"
|
||||
echo "$res $x" >> $non_200_urls_tmp
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user